PipeClient(TMessage) Events

Tungsten Suite

PipeClientTMessage Events

The PipeClientTMessage generic type exposes the following members.

Events
  NameDescription
Public eventConnected
Raised when a connection attempt succeeds
Public eventConnectionFailed
Raised when a connection attemp fails
Public eventDisconnected
Raised when the pipe has disconnected
(Inherited from Pipe.)
Public eventMessageReceived
Raised when a message has been received
(Inherited from PipeTMessage.)
Top
See Also