Registration Class
Updated: August 8, 2013
Represents a native registration for notification hubs. The TemplateRegistration subclass represents a registration for a specific template.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Microsoft.WindowsAzure.Messaging.Registration
Microsoft.WindowsAzure.Messaging.TemplateRegistration
| Name | Description | |
|---|---|---|
![]() | Registration(String) | Initializes a new instance of the Registration class. |
![]() | Registration(String, IEnumerable(Of String)) | Initializes a new instance of the Registration class. |
| Name | Description | |
|---|---|---|
![]() | ChannelUri | Gets or sets the channel URI. |
![]() | ETag | Gets or sets the entity tag. |
![]() | ExpiresAt | Gets the date and time when the registration expires. |
![]() | NotificationHubPath | Gets or sets the notification hub path. |
![]() | RegistrationId | Gets or sets the registration ID. |
![]() | Tags | Gets or sets the collection of tags for the registration. |
![]() | Uri | Gets or sets the URI associated with the registration. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | NativeRegistrationName | 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.




