Class AsyncContext<TArgument>
Implementation of abstract class AsyncContext, isolating the use of template arguments.
Inherited Members
Namespace: SuperOffice.Threading
Assembly: SoCore.dll
Syntax
public sealed class AsyncContext<TArgument> : AsyncContext
Type Parameters
Name | Description |
---|---|
TArgument | Type of argument passed to the |
Methods
ExecuteAsyncOperation()
Execute the async operation.
Declaration
protected override void ExecuteAsyncOperation()