InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> Class

.NET Framework (current version)
 
Namespace:   System.Activities.Expressions
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities::Activity
    System.Activities::ActivityWithResult
      System.Activities::Activity<TResult>
        System.Activities::NativeActivity<TResult>
          System.Activities.Expressions::InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>

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 T14, typename TResult>
[ContentPropertyAttribute("Func")]
public ref class InvokeFunc sealed : NativeActivity<TResult>

Type Parameters

T1

The type of the first InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T2

The type of the second InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T3

The type of the third InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T4

The type of the fourth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T5

The type of the fifth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T6

The type of the sixth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T7

The type of the seventh InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T8

The type of the eighth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T9

The type of the ninth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T10

The type of the tenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T11

The type of the eleventh InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T12

The type of the twelfth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T13

The type of the thirteenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

T14

The type of the fourteenth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

TResult

The type of the return OutArgument<T> whose value is returned from the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.

NameDescription
System_CAPS_pubmethodInvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>()

Initializes a new instance of the InvokeFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> class.

NameDescription
System_CAPS_pubpropertyArgument1
System_CAPS_pubpropertyArgument10
System_CAPS_pubpropertyArgument11
System_CAPS_pubpropertyArgument12
System_CAPS_pubpropertyArgument13
System_CAPS_pubpropertyArgument14
System_CAPS_pubpropertyArgument2
System_CAPS_pubpropertyArgument3
System_CAPS_pubpropertyArgument4
System_CAPS_pubpropertyArgument5
System_CAPS_pubpropertyArgument6
System_CAPS_pubpropertyArgument7
System_CAPS_pubpropertyArgument8
System_CAPS_pubpropertyArgument9
System_CAPS_protpropertyCacheId

Gets the identifier of the cache that is unique within the scope of the workflow definition.(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.(Inherited from Activity.)

System_CAPS_pubpropertyFunc
System_CAPS_pubpropertyId

Gets an identifier that is unique in the scope of the workflow definition.(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

Gets or sets the implementation version of the activity.(Inherited from NativeActivity<TResult>.)

System_CAPS_pubpropertyResult

Gets or sets the result argument for the Activity<TResult>.(Inherited from Activity<TResult>.)

System_CAPS_pubpropertyResultType

When implemented in a derived class, gets the type of an activity OutArgument.(Inherited from ActivityWithResult.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodShouldSerializeDisplayName()

Indicates whether the DisplayName property should be serialized.(Inherited from Activity.)

System_CAPS_pubmethodToString()

Returns a String that contains the Id and DisplayName of the Activity.(Inherited from Activity.)

.NET Framework
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.

Return to top
Show: