Click or drag to resize

AsyncInitArgsCreateTArg1, TArg2, TArg3 Method (TArg1, TArg2, TArg3)

Initializes a new instance of the AsyncInitArgs class.

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>(
	TArg1 arg1,
	TArg2 arg2,
	TArg3 arg3
)

Parameters

arg1
Type: TArg1
The first argument.
arg2
Type: TArg2
The second argument.
arg3
Type: TArg3
The third argument.

Type Parameters

TArg1
The type of the first argument.
TArg2
The type of the second argument.
TArg3
The type of the third argument.

Return Value

Type: AsyncInitArgs
An instance of AsyncInitArgs.
See Also