Method | Description | |
---|---|---|
SessionReceiver ( Receiver receiver, Message message ) : void |
SessionReceiver implements the ISessionReceiver interface. It is the callback function that receives all messages for a Session. It may be called any time server is running. It is always called on server's private thread.
|
|
TestProgram ( string args ) : int |
A function to illustrate how to open a Session callback and receive messages.
|
Method | Description | |
---|---|---|
usage ( string url, string addr, int nSec ) : void |
Usage
|
public SessionReceiver ( Receiver receiver, Message message ) : void | ||
receiver | Receiver | The Receiver associated with the message. |
message | Message | The Message |
return | void |
public TestProgram ( string args ) : int | ||
args | string | Main program arguments |
return | int |