| CancelableAsyncInitBaseTInitAsync Method |
Asynchronously initializes an instance.
Namespace:
Ditto.AsyncInit
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax protected override Task InitAsync()
Protected Overrides Function InitAsync As Task
protected:
virtual Task^ InitAsync() override
abstract InitAsync : unit -> Task
override InitAsync : unit -> Task
Return Value
Type:
TaskA
Task capturing the initialization.
See Also