TypedOperationInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.