| IAsyncInitTArg1, TArg2, TArg3, TArg4, TArg5 Interface |
Interface for asynchronously initialized types.
Namespace:
Ditto.AsyncInit
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax public interface IAsyncInit<TArg1, TArg2, TArg3, TArg4, TArg5>
Public Interface IAsyncInit(Of TArg1, TArg2, TArg3, TArg4, TArg5)
generic<typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5>
public interface class IAsyncInit
type IAsyncInit<'TArg1, 'TArg2, 'TArg3, 'TArg4, 'TArg5> = interface end
Type Parameters
- TArg1
- The type of the first initialization argument.
- TArg2
- The type of the second initialization argument.
- TArg3
- The type of the third initialization argument.
- TArg4
- The type of the fourth initialization argument.
- TArg5
- The type of the fifth initialization argument.
The IAsyncInitTArg1, TArg2, TArg3, TArg4, TArg5 type exposes the following members.
Methods
| Name | Description |
---|
| InitAsync |
Asynchronously initializes an instance.
|
TopSee Also