InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult> Class
Assembly: System.Activities (in System.Activities.dll)
System.Activities::Activity
System.Activities::ActivityWithResult
System.Activities::Activity<TResult>
System.Activities::NativeActivity<TResult>
System.Activities.Expressions::InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename TResult> [ContentPropertyAttribute("Func")] public ref class InvokeFunc sealed : NativeActivity<TResult>
Type Parameters
- T1
The type of the first InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T2
The type of the second InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T3
The type of the third InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T4
The type of the fourth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T5
The type of the fifth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T6
The type of the sixth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T7
The type of the seventh InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T8
The type of the eighth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T9
The type of the ninth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- T10
The type of the tenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
- TResult
The type of the return OutArgument<T> whose value is returned from the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
| Name | Description | |
|---|---|---|
![]() | InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>() | Initializes a new instance of the InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult> class. |
| Name | Description | |
|---|---|---|
![]() | Argument1 | Gets or sets the first argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument10 | Gets or sets the tenth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument2 | Gets or sets the second argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument3 | Gets or sets the third argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument4 | Gets or sets the fourth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument5 | Gets or sets the fifth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument6 | Gets or sets the sixth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument7 | Gets or sets the seventh argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument8 | Gets or sets the eighth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | Argument9 | Gets or sets the ninth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>. |
![]() | CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition.(Inherited from Activity.) |
![]() | DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.(Inherited from Activity.) |
![]() | Func | Gets or sets the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult> to be invoked. |
![]() | Id | Gets an identifier that is unique in the scope of the workflow definition.(Inherited from Activity.) |
![]() | ImplementationVersion | Gets or sets the implementation version of the activity.(Inherited from NativeActivity<TResult>.) |
![]() | Result | Gets or sets the result argument for the Activity<TResult>.(Inherited from Activity<TResult>.) |
![]() | ResultType | When implemented in a derived class, gets the type of an activity OutArgument.(Inherited from ActivityWithResult.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeDisplayName() | Indicates whether the DisplayName property should be serialized.(Inherited from Activity.) |
![]() | ToString() | Returns a String that contains the Id and DisplayName of the Activity.(Inherited from Activity.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


