C# 클래스 PushSample7_0.Services.PushNotificationService

파일 보기 프로젝트 열기: matthiasxc/Windows-Phone-7-Push-Notification-Sample-All 1 사용 예제들

공개 메소드들

메소드 설명
GetPushSubscription ( Settings _latestSettings ) : void
PushNotificationService ( ) : System

비공개 메소드들

메소드 설명
BindNotifications ( HttpNotificationChannel _thisChannel ) : void
DoSettingsMatch ( Settings _newSettings, Settings _oldSettings ) : bool
RaiseGotPushUri ( Uri _latestUri ) : void
UnbindAndResetPush ( ) : void
_notificationChannel_ChannelUriUpdated ( object sender, NotificationChannelUriEventArgs e ) : void
_notificationChannel_ErrorOccurred ( object sender, NotificationChannelErrorEventArgs e ) : void
_notificationChannel_HttpNotificationReceived ( object sender, HttpNotificationEventArgs e ) : void

메소드 상세

GetPushSubscription() 공개 메소드

public GetPushSubscription ( Settings _latestSettings ) : void
_latestSettings PushSample7_0.Model.Settings
리턴 void

PushNotificationService() 공개 메소드

public PushNotificationService ( ) : System
리턴 System