OperationInfo Constructor
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.
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[]