Table of Contents

AsyncHostRunnerCallback Property

Definition

Namespace
Codebelt.Extensions.Xunit.Hosting
Assemblies
Codebelt.Extensions.Xunit.Hosting.dll
Source
src/Codebelt.Extensions.Xunit.Hosting/HostFixture.cs

AsyncHostRunnerCallback

Gets or sets the delegate responsible for running the IHost.

protected Func<IHost, CancellationToken, Task> AsyncHostRunnerCallback { get; set; }

Property Value

Func<IHost, CancellationToken, Task>

The delegate responsible for running the IHost.

Exceptions

ArgumentNullException

value cannot be null.