C# Class PushSample7_0.Services.PushNotificationService

ファイルを表示 Open project: matthiasxc/Windows-Phone-7-Push-Notification-Sample-All Class Usage Examples

Public Methods

Method Description
GetPushSubscription ( Settings _latestSettings ) : void
PushNotificationService ( ) : System

Private Methods

Method Description
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

Method Details

GetPushSubscription() public method

public GetPushSubscription ( Settings _latestSettings ) : void
_latestSettings PushSample7_0.Model.Settings
return void

PushNotificationService() public method

public PushNotificationService ( ) : System
return System