C# Class PubNub_Messaging.Pubnub_Example

Show file 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 static property

public static string channel
return string

deliveryStatus public static property

public static bool deliveryStatus
return bool

pubnub public static property

public static Pubnub,PubNub_Messaging pubnub
return PubNub_Messaging.Pubnub