| ICancelableAsyncInitTArg1, TArg2 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<TArg1, TArg2>
Public Interface ICancelableAsyncInit(Of TArg1, TArg2)
generic<typename TArg1, typename TArg2>
public interface class ICancelableAsyncInit
type ICancelableAsyncInit<'TArg1, 'TArg2> = interface end
Type Parameters
- TArg1
- The type of the first initialization argument.
- TArg2
- The type of the second initialization argument.
The ICancelableAsyncInitTArg1, TArg2 type exposes the following members.
Methods
| Name | Description |
---|
| InitAsync |
Asynchronously initializes an instance.
|
TopSee Also