Registration Class

 

Represents an MPNS native registration for notification hubs. The TemplateRegistration subclass represents a registration for a specific template.

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


public ref class Registration 

NameDescription
System_CAPS_pubmethodRegistration(String^)

Initializes a new instance of the Registration class.

System_CAPS_pubmethodRegistration(String^, IEnumerable<String^>^)

Initializes a new instance of the Registration class.

NameDescription
System_CAPS_pubpropertyChannelUri

Gets or sets the channel URI.

System_CAPS_pubpropertyETag

Gets the entity tag.

System_CAPS_pubpropertyExpiresAt

Gets the date and time when the registration expires.

System_CAPS_pubpropertyNotificationHubPath

Gets the notification hub path.

System_CAPS_pubpropertyRegistrationId

Gets the registration ID.

System_CAPS_pubpropertyTags

Gets or sets the collection of tags for the registration.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetXElements()

This method is not intended to be used externally.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticNativeRegistrationName

Specifies a native registration name.

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

Return to top
Show: