C# Класс IronPigeon.Relay.Controllers.WindowsPushNotificationClientController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Form ( ) : System.Web.Mvc.ActionResult
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task
PutClient ( PushNotificationClientEntity clientEntity ) : Task

Описание методов

Delete() публичный Метод

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.
Результат System.Threading.Tasks.Task

Put() публичный Метод

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.
Результат System.Threading.Tasks.Task

WindowsPushNotificationClientController() публичный Метод

public WindowsPushNotificationClientController ( ) : System
Результат System

WindowsPushNotificationClientController() публичный Метод

public WindowsPushNotificationClientController ( string tableName, string cloudConfigurationName ) : System
tableName string
cloudConfigurationName string
Результат System