InvokeAction<T1, T2, T3> Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Invokes an activity’s ActivityAction<T1, T2, T3> handler.
Assembly: System.Activities (in System.Activities.dll)
System.Activities::Activity
System.Activities::NativeActivity
System.Activities.Statements::InvokeAction<T1, T2, T3>
generic<typename T1, typename T2, typename T3> [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>.
- T2
The data type of the second InArgument<T> passed to the ActivityAction<T1, T2, T3>.
- T3
The data type of the third InArgument<T> passed to the ActivityAction<T1, T2, T3>.
Name | Description | |
---|---|---|
![]() | InvokeAction<T1, T2, T3>() | Initializes a new instance of the InvokeAction<T1, T2, T3> class. |
Name | Description | |
---|---|---|
![]() | Action | Gets or sets the ActivityAction<T1, T2, T3> invoked by this InvokeAction<T1, T2, T3>. |
![]() | Argument1 | Gets or sets the first InArgument<T> passed to the associated ActivityAction<T1, T2, T3>. |
![]() | Argument2 | Gets or sets the second InArgument<T> passed to the associated ActivityAction<T1, T2, T3>. |
![]() | Argument3 | Gets or sets the third InArgument<T> passed to the associated ActivityAction<T1, T2, T3>. |
![]() | 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.