TemplateRegistration Class
Represents a template registration.
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Microsoft.WindowsAzure.Messaging.Registration
Microsoft.WindowsAzure.Messaging.TemplateRegistration
| Name | Description | |
|---|---|---|
![]() | TemplateRegistration(String, String, String) | Initializes a new instance of the TemplateRegistration class. |
![]() | TemplateRegistration(String, String, String, IEnumerable<String>) | Initializes a new instance of the TemplateRegistration class. |
![]() | TemplateRegistration(String, String, String, IEnumerable<String>, IDictionary<String, String>) | Initializes a new instance of the TemplateRegistration class. |
| Name | Description | |
|---|---|---|
![]() | BodyTemplate | Gets or sets the body template. |
![]() | ChannelUri | Gets or sets the channel URI.(Inherited from Registration.) |
![]() | ETag | Gets the entity tag.(Inherited from Registration.) |
![]() | ExpiresAt | Gets the date and time when the registration expires.(Inherited from Registration.) |
![]() | MpnsHeaders | Gets or sets the collection of Microsoft Push Notification Service headers. |
![]() | NotificationHubPath | Gets the notification hub path.(Inherited from Registration.) |
![]() | RegistrationId | Gets the registration ID.(Inherited from Registration.) |
![]() | Tags | Gets or sets the collection of tags for the registration.(Inherited from Registration.) |
![]() | TemplateName | Gets or sets the name of the template. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | NotificationClass | The notification class. |
![]() ![]() | NotificationType | The notification type. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



