ActivityAction Class
Defines an activity delegate that has no in arguments and does not return a value.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityAction() | Creates a new instance of the ActivityAction class. |
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.(Inherited from ActivityDelegate.) |
![]() | Handler | Gets or sets the activity that is represented by this ActivityDelegate.(Inherited from ActivityDelegate.) |
| 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.) |
![]() | GetResultArgument() | When implemented in a derived class, returns the DelegateOutArgument of the ActivityDelegate.(Inherited from ActivityDelegate.) |
![]() | GetType() | |
![]() | ShouldSerializeDisplayName() | Indicates whether the DisplayName property value should be serialized to XAML.(Inherited from ActivityDelegate.) |
![]() | ToString() | Returns a String representation of the ActivityDelegate that contains the DisplayName.(Inherited from ActivityDelegate.) |
An activity delegate executes an activity that has a required signature, such as the ForEach<T> activity that requires an iteration variable or the Catch<TException> activity that requires an Exception.
There are multiple generic versions of this type that take from 1 to 16 arguments for the activity that is called. There are also ActivityFunc<TResult> types for delegates that return values.
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.
ActivityAction<T>
ActivityAction<T1, T2>
ActivityAction<T1, T2, T3>
ActivityAction<T1, T2, T3, T4>
ActivityAction<T1, T2, T3, T4, T5>
ActivityAction<T1, T2, T3, T4, T5, T6>
ActivityAction<T1, T2, T3, T4, T5, T6, T7>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
System.Activities Namespace


