| AsyncInitArgsCreateTArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 Method (TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7) |
Namespace:
Ditto.AsyncInit.Services
Assembly:
Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax public static AsyncInitArgs Create<TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7>(
TArg1 arg1,
TArg2 arg2,
TArg3 arg3,
TArg4 arg4,
TArg5 arg5,
TArg6 arg6,
TArg7 arg7
)
Public Shared Function Create(Of TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7) (
arg1 As TArg1,
arg2 As TArg2,
arg3 As TArg3,
arg4 As TArg4,
arg5 As TArg5,
arg6 As TArg6,
arg7 As TArg7
) As AsyncInitArgs
public:
generic<typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7>
static AsyncInitArgs^ Create(
TArg1 arg1,
TArg2 arg2,
TArg3 arg3,
TArg4 arg4,
TArg5 arg5,
TArg6 arg6,
TArg7 arg7
)
static member Create :
arg1 : 'TArg1 *
arg2 : 'TArg2 *
arg3 : 'TArg3 *
arg4 : 'TArg4 *
arg5 : 'TArg5 *
arg6 : 'TArg6 *
arg7 : 'TArg7 -> AsyncInitArgs
Parameters
- arg1
- Type: TArg1
The first argument. - arg2
- Type: TArg2
The second argument. - arg3
- Type: TArg3
The third argument. - arg4
- Type: TArg4
The fourth argument. - arg5
- Type: TArg5
The fifth argument. - arg6
- Type: TArg6
The sixth argument. - arg7
- Type: TArg7
The seventh argument.
Type Parameters
- TArg1
- The type of the first argument.
- TArg2
- The type of the second argument.
- TArg3
- The type of the third argument.
- TArg4
- The type of the fourth argument.
- TArg5
- The type of the fifth argument.
- TArg6
- The type of the sixth argument.
- TArg7
- The type of the seventh argument.
Return Value
Type:
AsyncInitArgsAn instance of
AsyncInitArgs.
See Also