PipeServer(TMessage) Events
From Tungsten Suite
Tungsten
|
|
PipeServerTMessage Events |
The PipeServerTMessage generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Connected |
Raised when a client has connected to the server
| |
| Disconnected |
Raised when the pipe has disconnected
(Inherited from Pipe.) | |
| MessageReceived |
Raised when a message has been received
(Inherited from PipeTMessage.) | |
| StartException |
Raised if an exception occurs while creating the NamedPipeServerStream
|