C# Class PubNubMessaging.Core.PubnubExample

Afficher le fichier Open project: pubnub/c-sharp

Méthodes publiques

Свойство Type Description
authKey string
channel string
deliveryStatus bool
presenceHeartbeat int
presenceHeartbeatInterval int
pubnub Pubnub
showDebugMessages bool
showErrorMessageSegments bool

Méthodes publiques

Méthode Description
Main ( ) : void

Private Methods

Méthode Description
DisplayErrorMessage ( PubnubClientError result ) : void

Callback method for error messages

DisplayErrorMessageSegments ( PubnubClientError pubnubError ) : void
DisplayPresenceConnectStatusMessage ( string result ) : void

Callback method to provide the connect status of Presence call

DisplayPresenceDisconnectStatusMessage ( string result ) : void
DisplayPresenceReturnMessage ( string result ) : void

Callback method captures the response in JSON string format for Presence

DisplayReturnMessage ( string result ) : void

Callback method captures the response in JSON string format for all operations

DisplaySubscribeConnectStatusMessage ( string result ) : void

Callback method to provide the connect status of Subscribe call

DisplaySubscribeDisconnectStatusMessage ( string result ) : void
DisplaySubscribeReturnMessage ( string result ) : void

Callback method captures the response in JSON string format for Subscribe

DisplayWildCardPresenceReturnMessage ( string result ) : void

Callback method captures wildcard presence events for Subscribe

UnhandledExceptionTrapper ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

Main() static public méthode

static public Main ( ) : void
Résultat void

Property Details

authKey static_oe public_oe property

static public string authKey
Résultat string

channel static_oe public_oe property

static public string channel
Résultat string

deliveryStatus static_oe public_oe property

static public bool deliveryStatus
Résultat bool

presenceHeartbeat static_oe public_oe property

static public int presenceHeartbeat
Résultat int

presenceHeartbeatInterval static_oe public_oe property

static public int presenceHeartbeatInterval
Résultat int

pubnub static_oe public_oe property

static public Pubnub pubnub
Résultat Pubnub

showDebugMessages static_oe public_oe property

static public bool showDebugMessages
Résultat bool

showErrorMessageSegments static_oe public_oe property

static public bool showErrorMessageSegments
Résultat bool