BrokeredMessage Methods
The BrokeredMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abandon | Abandons the lock on a peek-locked message. |
|
BeginAbandon | Begins an asynchronous operation to abandon the lock on a peek-locked message. |
|
BeginComplete | Begins an asynchronous operation to complete a message. |
|
BeginDeadLetter(AsyncCallback, Object) | Begins an asynchronous operation to move the message to the dead letter queue. |
|
BeginDeadLetter(String, String, AsyncCallback, Object) | Begins an asynchronous operation to move the message to the dead letter queue. |
|
BeginDefer | Begins an asynchronous operation to defer a message. |
|
Complete | Completes the receive operation of a message and indicates that the message should be marked as processed and deleted or archived. |
|
DeadLetter() | Moves the message to the dead letter queue. |
|
DeadLetter(String, String) | Moves the message to the dead letter queue. |
|
Defer | Indicates that the receiver wants to defer the processing for this message. |
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
EndAbandon | Ends an asynchronous request to abandon the lock on a peek-locked message. |
|
EndComplete | Ends an asynchronous operation to complete a message. |
|
EndDeadLetter | Ends an asynchronous request to move the message to the dead letter queue. |
|
EndDefer | Ends an asynchronous request to defer a message. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetBody<T>() | Deserializes the brokered message body into an object of the specified type by using the DataContractSerializer with a binary XmlDictionaryReader. |
|
GetBody<T>(XmlObjectSerializer) | Deserializes the brokered message body into an object of the specified type by using the supplied XmlObjectSerializer. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | Returns a string that represents the current message. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
IXmlSerializable.GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. |
|
IXmlSerializable.ReadXml | Generates an object from its XML representation. This method is reserved for internal use and should not be used directly or indirectly (e.g. using a serializer or a formatter). |
|
IXmlSerializable.WriteXml | Converts an object into its XML representation. This method is reserved for internal use and should not be used directly or indirectly (e.g. using a serializer or a formatter). |