Interface IOutOfProcessHost
public interface IOutOfProcessHost : IAsyncDisposable
  - Inherited Members
 
Properties
Context
ICaptureContext? Context { get; set; }
  Property Value
FaultedOrDisposed
bool FaultedOrDisposed { get; }
  Property Value
Payload
object Payload { get; }
  Property Value
Methods
Start()
Task<bool> Start()