WebPortBindingAttribute Constructors

Definition

Overloads

WebPortBindingAttribute(Type)
WebPortBindingAttribute(Type, String, EXLangSMessageInfo)

WebPortBindingAttribute(Type)

public:
 WebPortBindingAttribute(Type ^ typeName);
public WebPortBindingAttribute (Type typeName);
new Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute : Type -> Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute
Public Sub New (typeName As Type)

Parameters

typeName
Type

Applies to

WebPortBindingAttribute(Type, String, EXLangSMessageInfo)

public:
 WebPortBindingAttribute(Type ^ typeName, System::String ^ methodName, Microsoft::XLANGs::BaseTypes::EXLangSMessageInfo kind);
public WebPortBindingAttribute (Type typeName, string methodName, Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo kind);
new Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute : Type * string * Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo -> Microsoft.XLANGs.BaseTypes.WebPortBindingAttribute
Public Sub New (typeName As Type, methodName As String, kind As EXLangSMessageInfo)

Parameters

typeName
Type
methodName
String

Applies to