C# Class Examples.ControlClientConnectingAsynchronously

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

Méthodes publiques

Méthode Description
ControlClientConnectingAsynchronously ( string topicPath ) : PushTechnology.ClientInterface.Client.Callbacks

Constructor.

Method Details

ControlClientConnectingAsynchronously() public méthode

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