InvokeAction<T1, T2, T3, T4, T5, T6, T7> Class
Invokes an activity’s ActivityAction<T1, T2, T3, T4, T5, T6, T7> handler.
Assembly: System.Activities (in System.Activities.dll)
System.Activities::Activity
System.Activities::NativeActivity
System.Activities.Statements::InvokeAction<T1, T2, T3, T4, T5, T6, T7>
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7> [ContentPropertyAttribute("Action")] public ref class InvokeAction sealed : NativeActivity
Type Parameters
- T1
The data type of the first InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T2
The data type of the second InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T3
The data type of the third InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T4
The data type of the fourth InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T5
The data type of the fifth InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T6
The data type of the sixth InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
- T7
The data type of the seventh InArgument<T> passed to the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
| Name | Description | |
|---|---|---|
![]() | InvokeAction<T1, T2, T3, T4, T5, T6, T7>() | Initializes a new instance of the InvokeAction<T1, T2, T3, T4, T5, T6, T7> class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets the ActivityAction<T1, T2, T3, T4, T5, T6, T7> invoked by this InvokeAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument1 | Gets or sets the first InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument2 | Gets or sets the second InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument3 | Gets or sets the third InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument4 | Gets or sets the fourth InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument5 | Gets or sets the fifth InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument6 | Gets or sets the sixth InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | Argument7 | Gets or sets the seventh InArgument<T> passed to the associated ActivityAction<T1, T2, T3, T4, T5, T6, T7>. |
![]() | 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.) |
![]() | 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.) |
| 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.


