Table of Contents

Interface IOutOfProcessHost

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public interface IOutOfProcessHost : IAsyncDisposable
Inherited Members

Properties

Context

ICaptureContext? Context { get; set; }

Property Value

ICaptureContext

FaultedOrDisposed

bool FaultedOrDisposed { get; }

Property Value

bool

Payload

object Payload { get; }

Property Value

object

Methods

Start()

Task<bool> Start()

Returns

Task<bool>