TypedOperationInfo Constructors

Definition

Initializes a new instance of the TypedOperationInfo class.

Overloads

TypedOperationInfo()

Initializes a new instance of the TypedOperationInfo class.

TypedOperationInfo(Type, String)

Initializes a new instance of the TypedOperationInfo class.

Remarks

The TypedOperationInfo class requires that a service contract is present.

TypedOperationInfo()

Initializes a new instance of the TypedOperationInfo class.

public:
 TypedOperationInfo();
public TypedOperationInfo ();
Public Sub New ()

Applies to

TypedOperationInfo(Type, String)

Initializes a new instance of the TypedOperationInfo class.

public:
 TypedOperationInfo(Type ^ contractType, System::String ^ operationName);
public TypedOperationInfo (Type contractType, string operationName);
new System.Workflow.Activities.TypedOperationInfo : Type * string -> System.Workflow.Activities.TypedOperationInfo
Public Sub New (contractType As Type, operationName As String)

Parameters

contractType
Type

The type of the associated contract interface.

operationName
String

The method name of the associated service operation.

Applies to