C# Класс Microsoft.WindowsAzure.Samples.Phone.Notifications.PushContext

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

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

Метод Описание
Configure ( Action configureContext ) : void
Connect ( Action callback ) : void
Disconnect ( ) : void
ResolvePushClient ( ) : IPushClient

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

Метод Описание
BindToTileNotifications ( ) : void
BindToToastNotifications ( ) : void
CreateChannel ( Action prepared ) : void

Create channel, subscribe to channel events and open the channel.

Dispatch ( System.Action a ) : void
NotifyPropertyChanged ( string propertyName ) : void
OnError ( Exception exception ) : void
OnRawNotificationReceived ( object sender, HttpNotificationEventArgs args ) : void
PrepareChannel ( Action prepared ) : void
PushContext ( ) : System
SubscribeToNotificationEvents ( ) : void
UnbindFromTileNotifications ( ) : void
UnbindFromToastNotifications ( ) : void
UnsubscribeToNotificationEvents ( ) : void
UpdateNotificationBindings ( ) : void

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

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

public Configure ( Action configureContext ) : void
configureContext Action
Результат void

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

public Connect ( Action callback ) : void
callback Action
Результат void

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

public Disconnect ( ) : void
Результат void

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

public ResolvePushClient ( ) : IPushClient
Результат IPushClient