MessagePropertyFilter Class Members
The following tables list the members exposed by MessagePropertyFilter.
Public Constructors
Name | Description | |
---|---|---|
![]() | MessagePropertyFilter Constructor | Initializes a new instance of the MessagePropertyFilter class and sets default values for all properties. |
Public Properties
Name | Description | |
---|---|---|
![]() | AcknowledgeType | Gets or sets a value that indicates whether to retrieve Message.AcknowledgeType property information when receiving or peeking a message. |
![]() | Acknowledgment | Gets or sets a value that indicates whether to retrieve Message.Acknowledgment property information when receiving or peeking a message. |
![]() | AdministrationQueue | Gets or sets a value that indicates whether to retrieve Message.AdministrationQueue property information when receiving or peeking a message. |
![]() | AppSpecific | Gets or sets a value that indicates whether to retrieve Message.AppSpecific property information when receiving or peeking a message. |
![]() | ArrivedTime | Gets or sets a value that indicates whether to retrieve Message.ArrivedTime property information when receiving or peeking a message. |
![]() | AttachSenderId | Gets or sets a value that indicates whether to retrieve Message.AttachSenderId property information when receiving or peeking a message. |
![]() | Authenticated | Gets or sets a value that indicates whether to retrieve Message.Authenticated property information when receiving or peeking a message. |
![]() | AuthenticationProviderName | Gets or sets a value that indicates whether to retrieve Message.AuthenticationProviderName property information when receiving or peeking a message. |
![]() | AuthenticationProviderType | Gets or sets a value that indicates whether to retrieve Message.AuthenticationProviderType property information when receiving or peeking a message. |
![]() | Body | Gets or sets a value that indicates whether to retrieve Message.Body property information when receiving or peeking a message. |
![]() | ConnectorType | Gets or sets a value that indicates whether to retrieve Message.ConnectorType property information when receiving or peeking a message. |
![]() | CorrelationId | Gets or sets a value that indicates whether to retrieve Message.CorrelationId property information when receiving or peeking a message. |
![]() | DefaultBodySize | Gets or sets the size, in bytes, of the default body buffer. |
![]() | DefaultExtensionSize | Gets or sets the size, in bytes, of the default extension buffer. |
![]() | DefaultLabelSize | Gets or sets the size, in bytes, of the default label buffer. |
![]() | DestinationQueue | Gets or sets a value that indicates whether to retrieve Message.DestinationQueue property information when receiving or peeking a message. |
![]() | DestinationSymmetricKey | Gets or sets a value that indicates whether to retrieve Message.DestinationSymmetricKey property information when receiving or peeking a message. |
![]() | DigitalSignature | Gets or sets a value that indicates whether to retrieve Message.DigitalSignature property information when receiving or peeking a message. |
![]() | EncryptionAlgorithm | Gets or sets a value that indicates whether to retrieve Message.EncryptionAlgorithm property information when receiving or peeking a message. |
![]() | Extension | Gets or sets a value that indicates whether to retrieve Message.Extension property information when receiving or peeking a message. |
![]() | HashAlgorithm | Gets or sets a value that indicates whether to retrieve Message.HashAlgorithm property information when receiving or peeking a message. |
![]() | Id | Gets or sets a value that indicates whether to retrieve Message.Id property information when receiving or peeking a message. |
![]() | IsFirstInTransaction | Gets or sets a value that indicates whether to retrieve Message.IsFirstInTransaction property information when receiving or peeking a message. |
![]() | IsLastInTransaction | Gets or sets a value that indicates whether to retrieve Message.IsLastInTransaction property information when receiving or peeking a message. |
![]() | Label | Gets or sets a value that indicates whether to retrieve Message.Label property information when receiving or peeking a message. |
![]() | LookupId | Gets or sets a value that indicates whether to retrieve Message.LookupId property information when receiving or peeking a message. |
![]() | MessageType | Gets or sets a value that indicates whether to retrieve Message.MessageType property information when receiving or peeking a message. |
![]() | Priority | Gets or sets a value that indicates whether to retrieve Message.Priority property information when receiving or peeking a message. |
![]() | Recoverable | Gets or sets a value that indicates whether to retrieve Message.Recoverable property information when receiving or peeking a message. |
![]() | ResponseQueue | Gets or sets a value that indicates whether to retrieve Message.ResponseQueue property information when receiving or peeking a message. |
![]() | SenderCertificate | Gets or sets a value that indicates whether to retrieve Message.SenderCertificate property information when receiving or peeking a message. |
![]() | SenderId | Gets or sets a value that indicates whether to retrieve Message.SenderId property information when receiving or peeking a message. |
![]() | SenderVersion | Gets or sets a value that indicates whether to retrieve Message.SenderVersion property information when receiving or peeking a message. |
![]() | SentTime | Gets or sets a value that indicates whether to retrieve Message.SentTime property information when receiving or peeking a message. |
![]() | SourceMachine | Gets or sets a value that indicates whether to retrieve Message.SourceMachine property information when receiving or peeking a message. |
![]() | TimeToBeReceived | Gets or sets a value that indicates whether to retrieve Message.TimeToBeReceived property information when receiving or peeking a message. |
![]() | TimeToReachQueue | Gets or sets a value that indicates whether to retrieve Message.TimeToReachQueue property information when receiving or peeking a message. |
![]() | TransactionId | Gets or sets a value that indicates whether to retrieve Message.TransactionId property information when receiving or peeking a message. |
![]() | TransactionStatusQueue | Gets or sets a value that indicates whether to retrieve Message.TransactionStatusQueue property information when receiving or peeking a message. |
![]() | UseAuthentication | Gets or sets a value that indicates whether to retrieve Message.UseAuthentication property information when receiving or peeking a message. |
![]() | UseDeadLetterQueue | Gets or sets a value that indicates whether to retrieve Message.UseDeadLetterQueue property information when receiving or peeking a message. |
![]() | UseEncryption | Gets or sets a value that indicates whether to retrieve Message.UseEncryption property information when receiving or peeking a message. |
![]() | UseJournalQueue | Gets or sets a value that indicates whether to retrieve Message.UseJournalQueue property information when receiving or peeking a message. |
![]() | UseTracing | Gets or sets a value that indicates whether to retrieve Message.UseTracing property information when receiving or peeking a message. |
Public Methods
Name | Description | |
---|---|---|
![]() | ClearAll | Sets all Boolean filter values to false, so that no message properties are retrieved when receiving a message. |
![]() | Clone | Creates a shallow copy of the object. |
![]() | SetAll | Specifies to retrieve all message properties when receiving a message. |
![]() | SetDefaults | Sets the filter values of common Message Queuing properties to true and the integer-valued properties to their default values. |
See Also