InvokeFunc<T1, T2, T3, T4, T5, T6, T7, 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, TResult>

generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, 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, TResult>.

T2

The type of the second InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

T3

The type of the third InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

T4

The type of the fourth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

T5

The type of the fifth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

T6

The type of the sixth InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

T7

The type of the seventh InArgument<T> whose value is passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

TResult

The type of the return OutArgument<T> whose value is returned from the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

NameDescription
System_CAPS_pubmethodInvokeFunc<T1, T2, T3, T4, T5, T6, T7, TResult>()

Initializes a new instance of the InvokeFunc<T1, T2, T3, T4, T5, T6, T7, TResult> class.

NameDescription
System_CAPS_pubpropertyArgument1

Gets or sets the first argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument2

Gets or sets the second argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument3

Gets or sets the third argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument4

Gets or sets the fourth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument5

Gets or sets the fifth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument6

Gets or sets the sixth argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

System_CAPS_pubpropertyArgument7

Gets or sets the seventh argument passed to the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.

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: