OperationInfo Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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())
Paramètres
- name
- String
- opFlow
- OperationFlow
- portType
- Type
- requestType
- Type
- responseType
- Type
- faultTypes
- Type[]
- faultNames
- String[]