| CancelableAsyncInitBaseT, TArgInitAsync Method (TArg) |
Asynchronously initializes an instance.
Namespace:
Ditto.AsyncInit
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax protected override Task InitAsync(
TArg arg
)
Protected Overrides Function InitAsync (
arg As TArg
) As Task
protected:
virtual Task^ InitAsync(
TArg arg
) override
abstract InitAsync :
arg : 'TArg -> Task
override InitAsync :
arg : 'TArg -> Task
Parameters
- arg
- Type: TArg
The initialization argument.
Return Value
Type:
TaskA
Task capturing the initialization.
See Also