SendMessage Class

Definition

public ref class SendMessage : Microsoft::HostIntegration::MqClient::Message
public class SendMessage : Microsoft.HostIntegration.MqClient.Message
type SendMessage = class
    inherit Message
Public Class SendMessage
Inherits Message
Inheritance
SendMessage

Constructors

SendMessage()
SendMessage(List<MqHeader>)
SendMessage(List<MqHeader>, SendOptions)
SendMessage(MessageType)
SendMessage(MessageType, List<MqHeader>)
SendMessage(MessageType, List<MqHeader>, SendOptions)
SendMessage(MessageType, SendOptions)
SendMessage(SendOptions)

Fields

identityContext (Inherited from Message)
originContext (Inherited from Message)
UnlimitedLifetime (Inherited from Message)

Properties

Ccsid (Inherited from Message)
ContextOption (Inherited from Message)
Correlator (Inherited from Message)
Data (Inherited from Message)
ExpirationInterval (Inherited from Message)
Format
GroupId (Inherited from Message)
Headers (Inherited from Message)
IdentityContext (Inherited from Message)
MessageFlags (Inherited from Message)
MessageId (Inherited from Message)
MessageType (Inherited from Message)
Offset (Inherited from Message)
Options
OriginContext (Inherited from Message)
Persistence (Inherited from Message)
Priority (Inherited from Message)
ReplyToQueue (Inherited from Message)
ReplyToQueueManager (Inherited from Message)
Report (Inherited from Message)
SequenceNumber (Inherited from Message)
TotalHeaderLength (Inherited from Message)

Methods

ExtractHeaders(Byte[], Int32, Int32, Boolean) (Inherited from Message)
ExtractHeaders(Byte[], Int32, Int32, Boolean, Boolean) (Inherited from Message)
ExtractMqmd(Byte[], Int32, Boolean, Int32)
FillFromMessage(ReceiveMessage, ContextOption, ActionOption, FillOption)
GenerateHeaderBytes(Byte[], Int32) (Inherited from Message)
GenerateMqmd(Byte[], Int32)
SetContext(ContextOption)

Applies to