C# Class PubNub_Messaging.Pubnub_Example

ファイルを表示 Open project: pebblecode/EducationPathways Class Usage Examples

Public Properties

Property Type Description
channel string
deliveryStatus bool
pubnub PubNub_Messaging.Pubnub

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void

Property Details

channel public_oe static_oe property

public static string channel
return string

deliveryStatus public_oe static_oe property

public static bool deliveryStatus
return bool

pubnub public_oe static_oe property

public static Pubnub,PubNub_Messaging pubnub
return PubNub_Messaging.Pubnub