C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Notifications.PushContext

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

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