메소드 | 설명 | |
---|---|---|
DeleteRegistrationAsync ( ) : Task |
Delete the registration for locally stored registration.
|
|
NotificationRegistrationClient ( ) : System |
Notification registration client constructor.
|
|
RegisterAsync ( string handle, IEnumerable |
Registers the a notification hub handle with specified notification tags.
|
메소드 | 설명 | |
---|---|---|
RetrieveRegistrationIdOrRequestNewOneAsync ( string handle ) : Task |
Retrieves or create a registration id and then stores it in local setting for easy access.
|
|
UpdateRegistrationAsync ( string registrationId, |
Updates the existing registration with the new device registration contract with tags.
|
public NotificationRegistrationClient ( ) : System | ||
리턴 | System |
public RegisterAsync ( string handle, IEnumerable |
||
handle | string | The notification handle to register with.. |
tags | IEnumerable |
The tags to register. |
리턴 | System.Threading.Tasks.Task |