PortTypeOperationAttribute(String, Type[], String[]) 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:
PortTypeOperationAttribute(System::String ^ operationName, cli::array <Type ^> ^ messageTypes, cli::array <System::String ^> ^ faultNames);
public PortTypeOperationAttribute (string operationName, Type[] messageTypes, string[] faultNames);
new Microsoft.XLANGs.BaseTypes.PortTypeOperationAttribute : string * Type[] * string[] -> Microsoft.XLANGs.BaseTypes.PortTypeOperationAttribute
Public Sub New (operationName As String, messageTypes As Type(), faultNames As String())
Parameters
- operationName
- String
- messageTypes
- Type[]
- faultNames
- String[]