IncomingMessageManagerT Methods |
The IncomingMessageManagerT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Stops the message reader.
| |
| Expect |
Sets up a handler for incoming requests.
| |
| ReadMessage |
Reads the next message from the protocol stream.
The message returned will be Dispose'd after it's handled.
| |
| ReadMessageAsync |
Reads the next message from the protocol stream.
The message returned will be Dispose'd after it's handled.
| |
| Start |
Start reading messages from the connection.
| |
| Stop |
Stop reading messages from the connection.
| |
| StopExpecting |
Removes a handler for incoming request.
| |
| Transaction |
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
| |
| TransactionAsync |
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
|