PartnerBatch 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
| PartnerBatch(Int32, EdiMessageType) | |
| PartnerBatch(Int32, Int32) |
PartnerBatch(Int32, EdiMessageType)
public:
PartnerBatch(int partyId, Microsoft::BizTalk::Edi::MessageCore::EdiMessageType messageType);
public PartnerBatch (int partyId, Microsoft.BizTalk.Edi.MessageCore.EdiMessageType messageType);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.PartnerBatch : int * Microsoft.BizTalk.Edi.MessageCore.EdiMessageType -> Microsoft.BizTalk.Edi.PartnerAgreementManager.PartnerBatch
Public Sub New (partyId As Integer, messageType As EdiMessageType)
Parameters
- partyId
- Int32
- messageType
- EdiMessageType
Applies to
PartnerBatch(Int32, Int32)
public:
PartnerBatch(int partyId, int messageType);
public PartnerBatch (int partyId, int messageType);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.PartnerBatch : int * int -> Microsoft.BizTalk.Edi.PartnerAgreementManager.PartnerBatch
Public Sub New (partyId As Integer, messageType As Integer)
Parameters
- partyId
- Int32
- messageType
- Int32