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