ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> Class
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
System.Activities::ActivityDelegate
System.Activities::ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>
Assembly: System.Activities (in System.Activities.dll)
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13, typename TResult> public ref class ActivityFunc sealed : public ActivityDelegate
Type Parameters
- T1
The type of the first in argument of the activity delegate.
- T2
The type of the second in argument of the activity delegate.
- T3
The type of the third in argument of the activity delegate.
- T4
The type of the fourth in argument of the activity delegate.
- T5
The type of the fifth in argument of the activity delegate.
- T6
The type of the sixth in argument of the activity delegate.
- T7
The type of the seventh in argument of the activity delegate.
- T8
The type of the eighth in argument of the activity delegate.
- T9
The type of the ninth in argument of the activity delegate.
- T10
The type of the tenth in argument of the activity delegate.
- T11
The type of the eleventh in argument of the activity delegate.
- T12
The type of the twelfth in argument of the activity delegate.
- T13
The type of the thirteenth in argument of the activity delegate.
- TResult
The type of the out argument of the activity delegate.
The ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> | Creates a new instance of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> class. |
| Name | Description | |
|---|---|---|
![]() | Argument1 | Gets or sets the first in argument of the activity delegate. |
![]() | Argument10 | Gets or sets the tenth in argument of the activity delegate. |
![]() | Argument11 | Gets or sets the eleventh in argument of the activity delegate. |
![]() | Argument12 | Gets or sets the twelfth in argument of the activity delegate. |
![]() | Argument13 | Gets or sets the thirteenth in argument of the activity delegate. |
![]() | Argument2 | Gets or sets the second in argument of the activity delegate. |
![]() | Argument3 | Gets or sets the third in argument of the activity delegate. |
![]() | Argument4 | Gets or sets the fourth in argument of the activity delegate. |
![]() | Argument5 | Gets or sets the fifth in argument of the activity delegate. |
![]() | Argument6 | Gets or sets the sixth in argument of the activity delegate. |
![]() | Argument7 | Gets or sets the seventh in argument of the activity delegate. |
![]() | Argument8 | Gets or sets the eighth in argument of the activity delegate. |
![]() | Argument9 | Gets or sets the ninth 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.) |
![]() | Result | Gets or sets the out argument of the activity delegate. |
| 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.) |
The ActivityDelegate enables activity authors to expose callbacks with specific signatures that users of the activity can provide activity-based handlers for. ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> is an ActivityDelegate that returns a value. The signature of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> is specified as generic type arguments.
There are multiple generic versions of this type that take from 1 to 16 in arguments, plus the out argument, for the activity that is called. There are also ActivityAction types for activity delegates that do not 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.
