C# 클래스 IronPigeon.Relay.Controllers.WindowsPushNotificationClientController

상속: Controller
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
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