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