This documentation is archived and is not being maintained.
ActivityAction<T1, T2> Class
Visual Studio 2010
Defines an activity delegate that has two in arguments and does not return a value.
Assembly: System.Activities (in System.Activities.dll)
The ActivityAction<T1, T2> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Argument1 | Gets or sets the first in argument of the activity delegate. |
![]() | Argument2 | Gets or sets the second in argument of the activity delegate. |
![]() | 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.) |
![]() | 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.) |
![]() | GetResultArgument | When implemented in a derived class, returns the DelegateOutArgument of the ActivityDelegate. (Inherited from ActivityDelegate.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnGetRuntimeDelegateArguments | Supplies a list of runtime arguments for the ActivityDelegate. (Inherited from ActivityDelegate.) |
![]() | 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 allows a developer to define the required signature of an activity that will be specified by a third party.
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 types for activity delegates that return values.
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.
Show:
