TemplateRegistration Class

 

Updated: July 21, 2013

Represents a template registration.

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

System.Object
  Microsoft.WindowsAzure.Messaging.Registration
    Microsoft.WindowsAzure.Messaging.TemplateRegistration

<DataContractAttribute(Name := "WindowsTemplateRegistrationDescription",
	Namespace := "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>
Public NotInheritable Class TemplateRegistration
	Inherits Registration

NameDescription
System_CAPS_pubmethodTemplateRegistration(String, String, String)

Initializes a new instance of the TemplateRegistration class.

System_CAPS_pubmethodTemplateRegistration(String, String, String, IEnumerable(Of String))

Initializes a new instance of the TemplateRegistration class.

System_CAPS_pubmethodTemplateRegistration(String, String, String, IEnumerable(Of String), IDictionary(Of String, String))

Initializes a new instance of the TemplateRegistration class.

NameDescription
System_CAPS_pubpropertyBodyTemplate

Gets or sets the body template.

System_CAPS_pubpropertyChannelUri

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

System_CAPS_pubpropertyETag

Gets or sets the entity tag.(Inherited from Registration.)

System_CAPS_pubpropertyExpiresAt

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

System_CAPS_pubpropertyNotificationHubPath

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

System_CAPS_pubpropertyRegistrationId

Gets or sets the registration ID.(Inherited from Registration.)

System_CAPS_pubpropertyTags

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

System_CAPS_pubpropertyTemplateName

Gets or sets the name of the template.

System_CAPS_pubpropertyUri

Gets or sets the URI associated with the registration.(Inherited from Registration.)

System_CAPS_pubpropertyWnsHeaders

Gets or sets the collection of Windows Notification Service headers.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: