OperationInfo Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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())
Parametri
- name
- String
- opFlow
- OperationFlow
- portType
- Type
- requestType
- Type
- responseType
- Type
- faultTypes
- Type[]
- faultNames
- String[]