ReceiveOptions.ExtractFromGetReply(Byte[], Int32, Boolean, Int32, ReceiveMessage) 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:
int ExtractFromGetReply(cli::array <System::Byte> ^ buffer, int offset, bool littleEndian, int ccsid, Microsoft::HostIntegration::MqClient::ReceiveMessage ^ receiveMessage);
public int ExtractFromGetReply (byte[] buffer, int offset, bool littleEndian, int ccsid, Microsoft.HostIntegration.MqClient.ReceiveMessage receiveMessage);
member this.ExtractFromGetReply : byte[] * int * bool * int * Microsoft.HostIntegration.MqClient.ReceiveMessage -> int
Parameters
- buffer
- Byte[]
- offset
- Int32
- littleEndian
- Boolean
- ccsid
- Int32
- receiveMessage
- ReceiveMessage