Class AsyncFuncFactory
- Namespace
- Cuemon.Threading
- Assembly
- Cuemon.Threading.dll
Provides access to factory methods for creating AsyncFuncFactory<TTuple, TResult> instances that encapsulate a Task<TResult> based function delegate with a variable amount of generic arguments.
public static class AsyncFuncFactory
- Inheritance
-
AsyncFuncFactory
Methods
Create<TResult>(Func<CancellationToken, Task<TResult>>)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
.
public static AsyncFuncFactory<MutableTuple, TResult> Create<TResult>(Func<CancellationToken, Task<TResult>> method)
Parameters
method
Func<CancellationToken, Task<TResult>>The function delegate to invoke.
Returns
- AsyncFuncFactory<MutableTuple, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
.
Type Parameters
TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and nine generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and nine generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and ten generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and ten generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and eleven generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.arg11
T11The eleventh parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and eleven generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.T11
The type of the eleventh parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and twelfth generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.arg11
T11The eleventh parameter of the function delegate
method
.arg12
T12The twelfth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and twelfth generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.T11
The type of the eleventh parameter of the function delegate
method
.T12
The type of the twelfth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and thirteen generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.arg11
T11The eleventh parameter of the function delegate
method
.arg12
T12The twelfth parameter of the function delegate
method
.arg13
T13The thirteenth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and thirteen generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.T11
The type of the eleventh parameter of the function delegate
method
.T12
The type of the twelfth parameter of the function delegate
method
.T13
The type of the thirteenth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and fourteen generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.arg11
T11The eleventh parameter of the function delegate
method
.arg12
T12The twelfth parameter of the function delegate
method
.arg13
T13The thirteenth parameter of the function delegate
method
.arg14
T14The fourteenth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and fourteen generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.T11
The type of the eleventh parameter of the function delegate
method
.T12
The type of the twelfth parameter of the function delegate
method
.T13
The type of the thirteenth parameter of the function delegate
method
.T14
The type of the fourteenth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and fifteen generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.arg9
T9The ninth parameter of the function delegate
method
.arg10
T10The tenth parameter of the function delegate
method
.arg11
T11The eleventh parameter of the function delegate
method
.arg12
T12The twelfth parameter of the function delegate
method
.arg13
T13The thirteenth parameter of the function delegate
method
.arg14
T14The fourteenth parameter of the function delegate
method
.arg15
T15The fifteenth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and fifteen generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.T9
The type of the ninth parameter of the function delegate
method
.T10
The type of the tenth parameter of the function delegate
method
.T11
The type of the eleventh parameter of the function delegate
method
.T12
The type of the twelfth parameter of the function delegate
method
.T13
The type of the thirteenth parameter of the function delegate
method
.T14
The type of the fourteenth parameter of the function delegate
method
.T15
The type of the fifteenth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T, TResult>(Func<T, CancellationToken, Task<TResult>>, T)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and one generic argument.
public static AsyncFuncFactory<MutableTuple<T>, TResult> Create<T, TResult>(Func<T, CancellationToken, Task<TResult>> method, T arg)
Parameters
method
Func<T, CancellationToken, Task<TResult>>The function delegate to invoke.
arg
TThe parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and one generic argument.
Type Parameters
T
The type of the parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, TResult>(Func<T1, T2, CancellationToken, Task<TResult>>, T1, T2)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and two generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2>, TResult> Create<T1, T2, TResult>(Func<T1, T2, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2)
Parameters
method
Func<T1, T2, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and two generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, TResult>(Func<T1, T2, T3, CancellationToken, Task<TResult>>, T1, T2, T3)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and three generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3>, TResult> Create<T1, T2, T3, TResult>(Func<T1, T2, T3, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3)
Parameters
method
Func<T1, T2, T3, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and three generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, TResult>(Func<T1, T2, T3, T4, CancellationToken, Task<TResult>>, T1, T2, T3, T4)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and four generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4>, TResult> Create<T1, T2, T3, T4, TResult>(Func<T1, T2, T3, T4, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
method
Func<T1, T2, T3, T4, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and four generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, TResult>(Func<T1, T2, T3, T4, T5, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and five generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5>, TResult> Create<T1, T2, T3, T4, T5, TResult>(Func<T1, T2, T3, T4, T5, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
method
Func<T1, T2, T3, T4, T5, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and five generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, TResult>(Func<T1, T2, T3, T4, T5, T6, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and six generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6>, TResult> Create<T1, T2, T3, T4, T5, T6, TResult>(Func<T1, T2, T3, T4, T5, T6, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and six generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and seven generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and seven generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.
Create<T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, CancellationToken, Task<TResult>>, T1, T2, T3, T4, T5, T6, T7, T8)
Creates a new AsyncFuncFactory<TTuple, TResult> instance encapsulating the specified method
and eight generic arguments.
public static AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8>, TResult> Create<T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, CancellationToken, Task<TResult>> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8)
Parameters
method
Func<T1, T2, T3, T4, T5, T6, T7, T8, CancellationToken, Task<TResult>>The function delegate to invoke.
arg1
T1The first parameter of the function delegate
method
.arg2
T2The second parameter of the function delegate
method
.arg3
T3The third parameter of the function delegate
method
.arg4
T4The fourth parameter of the function delegate
method
.arg5
T5The fifth parameter of the function delegate
method
.arg6
T6The sixth parameter of the function delegate
method
.arg7
T7The seventh parameter of the function delegate
method
.arg8
T8The eighth parameter of the function delegate
method
.
Returns
- AsyncFuncFactory<MutableTuple<T1, T2, T3, T4, T5, T6, T7, T8>, TResult>
An instance of AsyncFuncFactory<TTuple, TResult> object initialized with the specified
method
and eight generic arguments.
Type Parameters
T1
The type of the first parameter of the function delegate
method
.T2
The type of the second parameter of the function delegate
method
.T3
The type of the third parameter of the function delegate
method
.T4
The type of the fourth parameter of the function delegate
method
.T5
The type of the fifth parameter of the function delegate
method
.T6
The type of the sixth parameter of the function delegate
method
.T7
The type of the seventh parameter of the function delegate
method
.T8
The type of the eighth parameter of the function delegate
method
.TResult
The type of the return value of the function delegate
method
.