SendOptions.GenerateBytes(Byte[], Int32, SendMessage, 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:
void GenerateBytes(cli::array <System::Byte> ^ buffer, int offset, Microsoft::HostIntegration::MqClient::SendMessage ^ message, bool queueIsTransactional);
public void GenerateBytes (byte[] buffer, int offset, Microsoft.HostIntegration.MqClient.SendMessage message, bool queueIsTransactional);
member this.GenerateBytes : byte[] * int * Microsoft.HostIntegration.MqClient.SendMessage * bool -> unit
Public Sub GenerateBytes (buffer As Byte(), offset As Integer, message As SendMessage, queueIsTransactional As Boolean)
Parameters
- buffer
- Byte[]
- offset
- Int32
- message
- SendMessage
- queueIsTransactional
- Boolean