Method | Description | |
---|---|---|
ClientUsingPings ( ) : PushTechnology.ClientInterface.Client.Factories | ||
Close ( ) : void |
Close the session.
|
|
Ping ( string context, IPingContextCallback |
Ping the server.
|
public ClientUsingPings ( ) : PushTechnology.ClientInterface.Client.Factories | ||
return | PushTechnology.ClientInterface.Client.Factories |
public Ping ( string context, IPingContextCallback |
||
context | string | The string to log with round-trip time. |
callback | IPingContextCallback |
Used to return the ping reply. |
return | void |