C# Class IronPigeon.Relay.Controllers.WindowsPushNotificationClientController

Inheritance: Controller
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Form ( ) : System.Web.Mvc.ActionResult
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task
PutClient ( PushNotificationClientEntity clientEntity ) : Task

Method Details

Delete() public méthode

Removes a client SID and secret so that push notifications can be sent to that app.
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.
Résultat System.Threading.Tasks.Task

Put() public méthode

Stores a client SID and secret so that push notifications can be sent to that app.
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.
Résultat System.Threading.Tasks.Task

WindowsPushNotificationClientController() public méthode

public WindowsPushNotificationClientController ( ) : System
Résultat System

WindowsPushNotificationClientController() public méthode

public WindowsPushNotificationClientController ( string tableName, string cloudConfigurationName ) : System
tableName string
cloudConfigurationName string
Résultat System