Class Async
Operation to start an operation on a thread pool thread.
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public sealed class Async : OperationBase
Properties
OnStart
A callback to return the task after the operation has been started.
Declaration
public Action<Task> OnStart { get; }
Property Value
Type | Description |
---|---|
System.Action<System.Threading.Tasks.Task> |
Token
A cancellation token to give to the task factory.
Declaration
public CancellationToken Token { get; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationToken |