C# Class PubnubWindowsPhone.PubnubOperation

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: pebblecode/EducationPathways

Méthodes publiques

Méthode Description
PubnubOperation ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void
btnDetailedHistory_Click ( object sender, RoutedEventArgs e ) : void
btnHereNow_Click ( object sender, RoutedEventArgs e ) : void
btnPresenceUnsub_Click ( object sender, RoutedEventArgs e ) : void
btnPresence_Click ( object sender, RoutedEventArgs e ) : void
btnPublish_Click ( object sender, RoutedEventArgs e ) : void
btnSubscribeConnect_Click ( object sender, RoutedEventArgs e ) : void
btnSubscribe_Click ( object sender, RoutedEventArgs e ) : void
btnTime_Click ( object sender, RoutedEventArgs e ) : void
btnUnsubscribe_Click ( object sender, RoutedEventArgs e ) : void
pubnubCallbackResult ( string result ) : void
pubnubConnectCallbackResult ( string result ) : void
svResult_DoubleTap ( object sender, GestureEventArgs e ) : void

Method Details

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void

PubnubOperation() public méthode

public PubnubOperation ( ) : System
Résultat System