ReceiveOptions.ExtractFromAsyncMessage(Byte[], Int32, Boolean, Int32, ReceiveMessage) Method

Definition

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

Applies to