TemplateRegistration Class
Represents a template registration.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Messaging.Registration
Microsoft.WindowsAzure.Messaging.TemplateRegistration
Syntax
public sealed class TemplateRegistration : Registration
public ref class TemplateRegistration sealed : Registration
[<Sealed>]
type TemplateRegistration =
class
inherit Registration
end
Public NotInheritable Class TemplateRegistration
Inherits Registration
Constructors
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. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
NotificationClass | The notification class. |
|
NotificationType | The notification type. |
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
Microsoft.WindowsAzure.Messaging Namespace
Return to top