C# Class PushSample7_0.Services.PushNotificationService

Afficher le fichier Open project: matthiasxc/Windows-Phone-7-Push-Notification-Sample-All Class Usage Examples

Méthodes publiques

Méthode Description
GetPushSubscription ( Settings _latestSettings ) : void
PushNotificationService ( ) : System

Private Methods

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

public GetPushSubscription ( Settings _latestSettings ) : void
_latestSettings PushSample7_0.Model.Settings
Résultat void

PushNotificationService() public méthode

public PushNotificationService ( ) : System
Résultat System