48 Models.ReattachInformation copy,
51 TimeSpan topicRequestTimeout)
54 Dmb = dmb ??
throw new ArgumentNullException(nameof(dmb));
73 string accessIdentifier,
75 : base(accessIdentifier)
77 Dmb = dmb ??
throw new ArgumentNullException(nameof(dmb));
78 ProcessId = process?.
Id ??
throw new ArgumentNullException(nameof(process));
79 RuntimeInformation = runtimeInformation ??
throw new ArgumentNullException(nameof(runtimeInformation));
94 ArgumentNullException.ThrowIfNull(runtimeInformation);
99 throw new InvalidOperationException(
"RuntimeInformation already set!");
Provides absolute paths to the latest compiled .dmbs.
Abstraction over a global::System.Diagnostics.Process.