NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessagePropertyFilter Members

Public:

Constructor

MessagePropertyFilter Constructor Creates a new MessagePropertyFilter object with the most common properties set. ArrivedTime AdministrationQueue Body CorrelationId Id Label Priority ResponseQueue SentTime

Properties

Acknowledgement [To be supplied.]
AcknowledgeType [To be supplied.]
AdministrationQueue [To be supplied.]
AppSpecific [To be supplied.]
ArrivedTime [To be supplied.]
AttachSenderId [To be supplied.]
Authenticated [To be supplied.]
AuthenticationProviderName [To be supplied.]
AuthenticationProviderType [To be supplied.]
Body [To be supplied.]
ConnectorType [To be supplied.]
CorrelationId [To be supplied.]
DefaultBodySize The default body buffer size to create, when the message is received.
DefaultExtensionSize The default extension buffer size to create, when the message is received.
DefaultLabelSize The default label buffer size to create, when the message is received.
DestinationQueue [To be supplied.]
DestinationSymmetricKey [To be supplied.]
DigitalSignature [To be supplied.]
EncryptionAlgorithm [To be supplied.]
Extension [To be supplied.]
HashAlgorithm [To be supplied.]
Id [To be supplied.]
IsFirstInTransaction [To be supplied.]
IsLastInTransaction [To be supplied.]
Label [To be supplied.]
MessageType [To be supplied.]
Priority [To be supplied.]
Recoverable [To be supplied.]
ResponseQueue [To be supplied.]
SenderCertificate [To be supplied.]
SenderId [To be supplied.]
SenderVersion [To be supplied.]
SentTime [To be supplied.]
SourceMachine [To be supplied.]
TimeToBeReceived [To be supplied.]
TimeToReachQueue [To be supplied.]
TransactionId [To be supplied.]
TransactionStatusQueue [To be supplied.]
UseAuthentication [To be supplied.]
UseDeadLetterQueue [To be supplied.]
UseEncryption [To be supplied.]
UseJournalQueue [To be supplied.]
UseTracing [To be supplied.]

Methods

ClearAll Sets all the properties to false. No message properties will be retrieved when receiving messages.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
SetAll Sets all the properties to true. All the message properties will be retrieved when receiving messages.
SetDefaults Sets the most common properties: ArrivedTime AdministrationQueue Body CorrelationId Id Label Priority ResponseQueue SentTime
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MessagePropertyFilter Class | System.Messaging Namespace