ReceiveMessage.GenerateRequestMessage(Byte[], Int32, Int32, Boolean, Int32, ReceiveOptions, Boolean, Int32, Int32, Int32, Boolean, Boolean) 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:
static int GenerateRequestMessage(cli::array <System::Byte> ^ buffer, int offset, int objectHandle, bool openedWithReadAhead, int maximumMessageSize, Microsoft::HostIntegration::MqClient::ReceiveOptions ^ options, bool forceZeroTimeout, int bytesReceived, int bytesRequested, int globalMessageId, bool followUpRequest, bool queueIsTransactional);
public static int GenerateRequestMessage (byte[] buffer, int offset, int objectHandle, bool openedWithReadAhead, int maximumMessageSize, Microsoft.HostIntegration.MqClient.ReceiveOptions options, bool forceZeroTimeout, int bytesReceived, int bytesRequested, int globalMessageId, bool followUpRequest, bool queueIsTransactional);
static member GenerateRequestMessage : byte[] * int * int * bool * int * Microsoft.HostIntegration.MqClient.ReceiveOptions * bool * int * int * int * bool * bool -> int
Public Shared Function GenerateRequestMessage (buffer As Byte(), offset As Integer, objectHandle As Integer, openedWithReadAhead As Boolean, maximumMessageSize As Integer, options As ReceiveOptions, forceZeroTimeout As Boolean, bytesReceived As Integer, bytesRequested As Integer, globalMessageId As Integer, followUpRequest As Boolean, queueIsTransactional As Boolean) As Integer
Parameters
- buffer
- Byte[]
- offset
- Int32
- objectHandle
- Int32
- openedWithReadAhead
- Boolean
- maximumMessageSize
- Int32
- options
- ReceiveOptions
- forceZeroTimeout
- Boolean
- bytesReceived
- Int32
- bytesRequested
- Int32
- globalMessageId
- Int32
- followUpRequest
- Boolean
- queueIsTransactional
- Boolean