| 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()
Public Function AsTask As Task(Of TFrom)
public:
virtual Task<TFrom>^ AsTask() sealed
abstract AsTask : unit -> Task<'TFrom>
override AsTask : unit -> Task<'TFrom>
Return Value
Type:
TaskTFromTask capturing the initialization.
Implements
IAsyncInitializerTAsTaskSee Also