MessageReceipt Class

Represents a message receipt.

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.MessageReceipt

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/netservices/2011/06/servicebus")> _
Public Class MessageReceipt _
    Implements IEquatable(Of MessageReceipt), IExtensibleDataObject
'Usage
Dim instance As MessageReceipt
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/netservices/2011/06/servicebus")]
public class MessageReceipt : IEquatable<MessageReceipt>, 
    IExtensibleDataObject
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/netservices/2011/06/servicebus")]
public ref class MessageReceipt : IEquatable<MessageReceipt^>, 
    IExtensibleDataObject
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/netservices/2011/06/servicebus")>]
type MessageReceipt =  
    class
        interface IEquatable<MessageReceipt>
        interface IExtensibleDataObject
    end
public class MessageReceipt implements IEquatable<MessageReceipt>, IExtensibleDataObject

The MessageReceipt type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Public method Equals(MessageReceipt) Tests if this message receipt is considered equal to another.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IExtensibleDataObject.ExtensionData Stores data from a versioned data contract that has been extended by adding new members.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ServiceBus.Messaging Namespace