Click or drag to resize

AsyncInitializerTFrom, TToAsTask 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
public Task<TFrom> AsTask()

Return Value

Type: TaskTFrom
Task capturing the initialization.

Implements

IAsyncInitializerTAsTask
See Also