C# Class Examples.ControlClientConnectingAsynchronously

This is a simple example of a client that uses asynchronous connection to connect, create a topic and then disconnect.
显示文件 Open project: pushtechnology/diffusion-examples

Public Methods

Method Description
ControlClientConnectingAsynchronously ( string topicPath ) : PushTechnology.ClientInterface.Client.Callbacks

Constructor.

Method Details

ControlClientConnectingAsynchronously() public method

Constructor.
public ControlClientConnectingAsynchronously ( string topicPath ) : PushTechnology.ClientInterface.Client.Callbacks
topicPath string The path of the topic to create.
return PushTechnology.ClientInterface.Client.Callbacks