TemplateRegistration Class

 

Registration is used to define a target that is registered for notifications. A TemplateRegistration allows the client application to define the format of the registration.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

System.Object
  Microsoft.WindowsAzure.MobileServices.Registration
    Microsoft.WindowsAzure.MobileServices.TemplateRegistration

[<Sealed>]
[<JsonObjectAttribute>]
type TemplateRegistration = 
    class
        inherit Registration
    end

NameDescription
System_CAPS_pubpropertyBodyTemplate

Gets bodyTemplate as string

System_CAPS_pubpropertyChannelUri

The Uri of the Channel returned by the Push Notification Channel Manager.(Inherited from Registration.)

System_CAPS_pubpropertyRegistrationId

The registration id.(Inherited from Registration.)

System_CAPS_pubpropertyTags

If specified, restricts the notifications that the registration will receive to only those that are annotated with one of the specified tags. Note that a tag with a comma in it will be split into two tags.(Inherited from Registration.)

System_CAPS_pubpropertyTemplateName

Get templateName

System_CAPS_pubpropertyWnsHeaders

Gets headers that should be sent to WNS with the notification

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: