Method | Description | |
---|---|---|
Delete ( string id, string clientSecret ) : System.Threading.Tasks.Task |
Removes a client SID and secret so that push notifications can be sent to that app.
|
|
Put ( string id, string clientSecret ) : System.Threading.Tasks.Task |
Stores a client SID and secret so that push notifications can be sent to that app.
|
|
WindowsPushNotificationClientController ( ) : System | ||
WindowsPushNotificationClientController ( string tableName, string cloudConfigurationName ) : System |
Method | Description | |
---|---|---|
Form ( ) : System.Web.Mvc.ActionResult | ||
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task | ||
PutClient ( |
public Delete ( string id, string clientSecret ) : System.Threading.Tasks.Task | ||
id | string | The Package Security Identifier (SID) of the client app. |
clientSecret | string | The client secret of the app. |
return | System.Threading.Tasks.Task |
public Put ( string id, string clientSecret ) : System.Threading.Tasks.Task | ||
id | string | The Package Security Identifier (SID) of the client app. |
clientSecret | string | The client secret of the app. |
return | System.Threading.Tasks.Task |
public WindowsPushNotificationClientController ( ) : System | ||
return | System |
public WindowsPushNotificationClientController ( string tableName, string cloudConfigurationName ) : System | ||
tableName | string | |
cloudConfigurationName | string | |
return | System |