PhysicalBindingAttribute Constructors
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.
Overloads
PhysicalBindingAttribute(Type) | |
PhysicalBindingAttribute(Type, Type) | |
PhysicalBindingAttribute(String, String, Type) | |
PhysicalBindingAttribute(String, String, Type, Type) |
PhysicalBindingAttribute(Type)
public:
PhysicalBindingAttribute(Type ^ inPipeline);
public PhysicalBindingAttribute (Type inPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (inPipeline As Type)
Parameters
- inPipeline
- Type
Applies to
PhysicalBindingAttribute(Type, Type)
public:
PhysicalBindingAttribute(Type ^ inPipeline, Type ^ outPipeline);
public PhysicalBindingAttribute (Type inPipeline, Type outPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : Type * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (inPipeline As Type, outPipeline As Type)
Parameters
- inPipeline
- Type
- outPipeline
- Type
Applies to
PhysicalBindingAttribute(String, String, Type)
public:
PhysicalBindingAttribute(System::String ^ transportType, System::String ^ url, Type ^ inPipeline);
public PhysicalBindingAttribute (string transportType, string url, Type inPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : string * string * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (transportType As String, url As String, inPipeline As Type)
Parameters
- transportType
- String
- url
- String
- inPipeline
- Type
Applies to
PhysicalBindingAttribute(String, String, Type, Type)
public:
PhysicalBindingAttribute(System::String ^ transportType, System::String ^ url, Type ^ inPipeline, Type ^ outPipeline);
public PhysicalBindingAttribute (string transportType, string url, Type inPipeline, Type outPipeline);
new Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute : string * string * Type * Type -> Microsoft.XLANGs.BaseTypes.PhysicalBindingAttribute
Public Sub New (transportType As String, url As String, inPipeline As Type, outPipeline As Type)
Parameters
- transportType
- String
- url
- String
- inPipeline
- Type
- outPipeline
- Type