NotificationHub Methods

 

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

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the Entity class.(Inherited from Entity.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRegisterAsync(Registration^)

Creates a new registration (or updates an existing one) as specified in the registration parameter. Depending upon the type of the registration parameter (Registration or TemplateRegistration), the registration of a native or template notification is created or updated.

System_CAPS_pubmethodRegisterNativeAsync(String^)

Asynchronously registers the device for native notifications.

System_CAPS_pubmethodRegisterNativeAsync(String^, IEnumerable<String^>^)

Asynchronously registers the device for native notifications.

System_CAPS_pubmethodRegisterTemplateAsync(String^, String^, String^)

Asynchronously creates a new (or updates an existing) template registration.

System_CAPS_pubmethodRegisterTemplateAsync(String^, String^, String^, IEnumerable<String^>^)

Asynchronously creates a new (or updates an existing) template registration.

System_CAPS_pubmethodRegisterTemplateAsync(String^, XmlDocument^, String^)

Asynchronously creates a new (or updates an existing) template registration.

System_CAPS_pubmethodRegisterTemplateAsync(String^, XmlDocument^, String^, IEnumerable<String^>^)

Asynchronously creates a new (or updates an existing) template registration.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregisterAllAsync(String^)

Asynchronously deletes all registrations for this application or secondary tile.

System_CAPS_pubmethodUnregisterAsync(Registration^)

Asynchronously deletes the registration identified by the registration object specified by the registration parameter. Note that the registration object must have a non-null RegistrationId property.

System_CAPS_pubmethodUnregisterNativeAsync()

Asynchronously unregisters the native registration on the application or secondary tiles. Note that if you have template registrations, they will not be deleted.

System_CAPS_pubmethodUnregisterTemplateAsync(String^)

Asynchronously unregisters the template with the specified name on the application or secondary tiles. Note that if you have other templates or a native registration, they will not be deleted.

Return to top
Show: