InvokeFunc<T1, T2, T3, T4, T5, TResult> Class
Invokes an ActivityFunc<T1, T2, T3, T4, T5, TResult>.
System.Activities::Activity
System.Activities::ActivityWithResult
System.Activities::Activity<TResult>
System.Activities::NativeActivity<TResult>
System.Activities.Expressions::InvokeFunc<T1, T2, T3, T4, T5, TResult>
Assembly: System.Activities (in System.Activities.dll)
[ContentPropertyAttribute(L"Func")] generic<typename T1, typename T2, typename T3, typename T4, typename T5, 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, TResult>.
- T2
The type of the second InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
- T3
The type of the third InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
- T4
The type of the fourth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
- T5
The type of the fifth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
- TResult
The type of the return OutArgument<T> whose value is returned from the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
The InvokeFunc<T1, T2, T3, T4, T5, TResult> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InvokeFunc<T1, T2, T3, T4, T5, TResult> | Initializes a new instance of the InvokeFunc<T1, T2, T3, T4, T5, TResult> class. |
| Name | Description | |
|---|---|---|
![]() | Argument1 | Gets or sets the first argument passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>. |
![]() | Argument2 | Gets or sets the second argument passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>. |
![]() | Argument3 | Gets or sets the third argument passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>. |
![]() | Argument4 | Gets or sets the fourth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>. |
![]() | Argument5 | Gets or sets the fifth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, TResult>. |
![]() | CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) |
![]() | CanInduceIdle | Gets or sets a value that indicates whether the activity can cause the workflow to become idle. (Inherited from NativeActivity<TResult>.) |
![]() | Constraints | Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (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, TResult> to be invoked. |
![]() | Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
![]() | Implementation | The execution logic 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 | |
|---|---|---|
![]() | 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.
