C# 클래스 PubNubMessaging.Core.PubnubExample

파일 보기 프로젝트 열기: pubnub/c-sharp

공개 프로퍼티들

프로퍼티 타입 설명
authKey string
channel string
deliveryStatus bool
presenceHeartbeat int
presenceHeartbeatInterval int
pubnub Pubnub
showDebugMessages bool
showErrorMessageSegments bool

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 정적인 공개 메소드

static public Main ( ) : void
리턴 void

프로퍼티 상세

authKey 정적으로 공개적으로 프로퍼티

static public string authKey
리턴 string

channel 정적으로 공개적으로 프로퍼티

static public string channel
리턴 string

deliveryStatus 정적으로 공개적으로 프로퍼티

static public bool deliveryStatus
리턴 bool

presenceHeartbeat 정적으로 공개적으로 프로퍼티

static public int presenceHeartbeat
리턴 int

presenceHeartbeatInterval 정적으로 공개적으로 프로퍼티

static public int presenceHeartbeatInterval
리턴 int

pubnub 정적으로 공개적으로 프로퍼티

static public Pubnub pubnub
리턴 Pubnub

showDebugMessages 정적으로 공개적으로 프로퍼티

static public bool showDebugMessages
리턴 bool

showErrorMessageSegments 정적으로 공개적으로 프로퍼티

static public bool showErrorMessageSegments
리턴 bool