OperationInfo Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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())
Parámetros
- name
- String
- opFlow
- OperationFlow
- portType
- Type
- requestType
- Type
- responseType
- Type
- faultTypes
- Type[]
- faultNames
- String[]