| ICancelableAsyncInitTArg Interface |
Interface for asynchronously initialized types supporting cancellation.
Namespace:
Ditto.AsyncInit
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax public interface ICancelableAsyncInit<TArg>
Public Interface ICancelableAsyncInit(Of TArg)
generic<typename TArg>
public interface class ICancelableAsyncInit
type ICancelableAsyncInit<'TArg> = interface end
Type Parameters
- TArg
- The type of the initialization argument.
The ICancelableAsyncInitTArg type exposes the following members.
Methods
| Name | Description |
---|
| InitAsync |
Asynchronously initializes an instance.
|
TopSee Also