C# Class Microsoft.WindowsAzure.Samples.Phone.Notifications.PushContext

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

Méthode Description
Configure ( Action configureContext ) : void
Connect ( Action callback ) : void
Disconnect ( ) : void
ResolvePushClient ( ) : IPushClient

Private Methods

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

Method Details

Configure() public méthode

public Configure ( Action configureContext ) : void
configureContext Action
Résultat void

Connect() public méthode

public Connect ( Action callback ) : void
callback Action
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

ResolvePushClient() public méthode

public ResolvePushClient ( ) : IPushClient
Résultat IPushClient