PortTypeOperationAttribute(String, Type[], String[]) Constructor

Definition

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[]

Applies to