C# 클래스 PubNub_Messaging.Pubnub_Example

파일 보기 프로젝트 열기: pebblecode/EducationPathways 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
channel string
deliveryStatus bool
pubnub PubNub_Messaging.Pubnub

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
DisplayConnectStatusMessage ( string result ) : void

Callback method to provide the connect status of Subscribe call

DisplayReturnMessage ( string result ) : void

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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

프로퍼티 상세

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

public static string channel
리턴 string

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

public static bool deliveryStatus
리턴 bool

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

public static Pubnub,PubNub_Messaging pubnub
리턴 PubNub_Messaging.Pubnub