Click or drag to resize

IAsyncInitializerTAsTask Method

Gets a task capturing the initialization.

Namespace:  Ditto.AsyncInit.Services
Assembly:  Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax
Task<T> AsTask()

Return Value

Type: TaskT
Task capturing the initialization.
See Also