InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> Class
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, T11, T12, T13, T14, TResult>
Assembly: System.Activities (in System.Activities.dll)
[ContentPropertyAttribute(L"Func")] generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13, typename T14, typename TResult> public ref class InvokeFunc sealed : public 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, 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, T11, T12, T13, T14, TResult>.
- T11
The type of the eleventh InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
- T12
The type of the twelfth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
- T13
The type of the thirteenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
- T14
The type of the fourteenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, 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, T11, T12, T13, T14, TResult>.
The InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> | Initializes a new instance of the InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> class. |
| Name | Description | |
|---|---|---|
![]() | Abort | When implemented in a derived class, takes actions in response to the activity being aborted. (Inherited from NativeActivity<TResult>.) |
![]() | CacheMetadata(ActivityMetadata) | Not implemented. Use CacheMetadata(NativeActivityMetadata) instead. (Inherited from NativeActivity<TResult>.) |
![]() | CacheMetadata(NativeActivityMetadata) | Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. (Inherited from NativeActivity<TResult>.) |
![]() | Cancel | When implemented in a derived class, runs logic to cause graceful early completion of the activity. (Inherited from NativeActivity<TResult>.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | When implemented in a derived class, runs the activity’s execution logic. (Inherited from NativeActivity<TResult>.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
