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
System_CAPS_pubmethod TemplateRegistration(String, String, String)

Initializes a new instance of the TemplateRegistration class.

System_CAPS_pubmethod TemplateRegistration(String, String, String, IEnumerable<String>)

Initializes a new instance of the TemplateRegistration class.

System_CAPS_pubmethod TemplateRegistration(String, String, String, IEnumerable<String>, IDictionary<String, String>)

Initializes a new instance of the TemplateRegistration class.

Properties

Name Description
System_CAPS_pubproperty BodyTemplate

Gets or sets the body template.

System_CAPS_pubproperty ChannelUri

Gets or sets the channel URI.(Inherited from Registration.)

System_CAPS_pubproperty ETag

Gets the entity tag.(Inherited from Registration.)

System_CAPS_pubproperty ExpiresAt

Gets the date and time when the registration expires.(Inherited from Registration.)

System_CAPS_pubproperty MpnsHeaders

Gets or sets the collection of Microsoft Push Notification Service headers.

System_CAPS_pubproperty NotificationHubPath

Gets the notification hub path.(Inherited from Registration.)

System_CAPS_pubproperty RegistrationId

Gets the registration ID.(Inherited from Registration.)

System_CAPS_pubproperty Tags

Gets or sets the collection of tags for the registration.(Inherited from Registration.)

System_CAPS_pubproperty TemplateName

Gets or sets the name of the template.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static NotificationClass

The notification class.

System_CAPS_pubfieldSystem_CAPS_static 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