Share via


OperationInfo Constructor

Definition

public:
 OperationInfo(System::String ^ name, System::Web::Services::Description::OperationFlow opFlow, Type ^ portType, Type ^ requestType, Type ^ responseType, cli::array <Type ^> ^ faultTypes, cli::array <System::String ^> ^ faultNames);
public OperationInfo (string name, System.Web.Services.Description.OperationFlow opFlow, Type portType, Type requestType, Type responseType, Type[] faultTypes, string[] faultNames);
new Microsoft.XLANGs.Core.OperationInfo : string * System.Web.Services.Description.OperationFlow * Type * Type * Type * Type[] * string[] -> Microsoft.XLANGs.Core.OperationInfo
Public Sub New (name As String, opFlow As OperationFlow, portType As Type, requestType As Type, responseType As Type, faultTypes As Type(), faultNames As String())

Parameters

name
String
opFlow
OperationFlow
portType
Type
requestType
Type
responseType
Type
faultTypes
Type[]
faultNames
String[]

Applies to