BTXSession.ReceiveMessages(IBTMessage[], Int32, Int32) Method
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.
public:
void ReceiveMessages(cli::array <Microsoft::BizTalk::Agent::Interop::IBTMessage ^> ^ messages, int firstIdx, int count);
public void ReceiveMessages (Microsoft.BizTalk.Agent.Interop.IBTMessage[] messages, int firstIdx, int count);
member this.ReceiveMessages : Microsoft.BizTalk.Agent.Interop.IBTMessage[] * int * int -> unit
Public Sub ReceiveMessages (messages As IBTMessage(), firstIdx As Integer, count As Integer)
Parameters
- messages
- Microsoft.BizTalk.Agent.Interop.IBTMessage[]
- firstIdx
- Int32
- count
- Int32