BTXServiceInterfacePortBinding 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
BTXServiceInterfacePortBinding(Guid, PortInfo) | |
BTXServiceInterfacePortBinding(String, Guid, PortInfo) | |
BTXServiceInterfacePortBinding(String, Guid, PortInfo, Party, Party) |
BTXServiceInterfacePortBinding(Guid, PortInfo)
public:
BTXServiceInterfacePortBinding(Guid bindingId, Microsoft::XLANGs::Core::PortInfo ^ portInfo);
public BTXServiceInterfacePortBinding (Guid bindingId, Microsoft.XLANGs.Core.PortInfo portInfo);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding : Guid * Microsoft.XLANGs.Core.PortInfo -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding
Parameters
- bindingId
- Guid
- portInfo
- PortInfo
Applies to
BTXServiceInterfacePortBinding(String, Guid, PortInfo)
public:
BTXServiceInterfacePortBinding(System::String ^ proxyName, Guid bindingId, Microsoft::XLANGs::Core::PortInfo ^ portInfo);
public BTXServiceInterfacePortBinding (string proxyName, Guid bindingId, Microsoft.XLANGs.Core.PortInfo portInfo);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding : string * Guid * Microsoft.XLANGs.Core.PortInfo -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding
Parameters
- proxyName
- String
- bindingId
- Guid
- portInfo
- PortInfo
Applies to
BTXServiceInterfacePortBinding(String, Guid, PortInfo, Party, Party)
public:
BTXServiceInterfacePortBinding(System::String ^ proxyName, Guid bindingId, Microsoft::XLANGs::Core::PortInfo ^ portInfo, Microsoft::XLANGs::BaseTypes::Party ^ DestinationPartyValue, Microsoft::XLANGs::BaseTypes::Party ^ SourcePartyValue);
public BTXServiceInterfacePortBinding (string proxyName, Guid bindingId, Microsoft.XLANGs.Core.PortInfo portInfo, Microsoft.XLANGs.BaseTypes.Party DestinationPartyValue, Microsoft.XLANGs.BaseTypes.Party SourcePartyValue);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding : string * Guid * Microsoft.XLANGs.Core.PortInfo * Microsoft.XLANGs.BaseTypes.Party * Microsoft.XLANGs.BaseTypes.Party -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceInterfacePortBinding
Parameters
- proxyName
- String
- bindingId
- Guid
- portInfo
- PortInfo
- DestinationPartyValue
- Party
- SourcePartyValue
- Party