你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MpnsRegistrationDescription Class

Definition

Represents the description of the MPNS registration.

[System.Runtime.Serialization.DataContract(Name="MpnsRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class MpnsRegistrationDescription : Microsoft.Azure.NotificationHubs.RegistrationDescription
[<System.Runtime.Serialization.DataContract(Name="MpnsRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type MpnsRegistrationDescription = class
    inherit RegistrationDescription
Public Class MpnsRegistrationDescription
Inherits RegistrationDescription
Inheritance
MpnsRegistrationDescription
Derived
Attributes

Constructors

Name Description
MpnsRegistrationDescription(MpnsRegistrationDescription)

Initializes a new instance of the MpnsRegistrationDescription class.

MpnsRegistrationDescription(String, IEnumerable<String>)

Initializes a new instance of the MpnsRegistrationDescription class.

MpnsRegistrationDescription(String)

Initializes a new instance of the MpnsRegistrationDescription class.

MpnsRegistrationDescription(Uri, IEnumerable<String>)

Initializes a new instance of the MpnsRegistrationDescription class.

MpnsRegistrationDescription(Uri)

Initializes a new instance of the MpnsRegistrationDescription class.

Properties

Name Description
ChannelUri

Gets or sets the channel URI.

ETag

Gets the ETag associated with this description.

(Inherited from RegistrationDescription)
ExpirationTime

Gets the expiration time of the registration.

(Inherited from RegistrationDescription)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Indicate if the instance is read-only mode.

(Inherited from EntityDescription)
PnsHandle

Returns platform-specific Pns handle.

(Inherited from RegistrationDescription)
PushVariables

Gets or sets a dictionary of push variables associated with property bag.

(Inherited from RegistrationDescription)
RegistrationId

Gets or sets the registration ID.

(Inherited from RegistrationDescription)
SecondaryTileName

Gets or sets the name of the secondary tile.

Tags

Gets or sets a set of tags associated with the registration.

(Inherited from RegistrationDescription)

Methods

Name Description
Serialize()

Serializes the registration description.

(Inherited from RegistrationDescription)
ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to