PipeClient(TMessage).ConnectionFailed Event

Tungsten Suite

PipeClientTMessageConnectionFailed Event

Raised when a connection attemp fails

Namespace:  W.IO.Pipes
Assembly:  Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
Syntax
C#
public event Action<Pipe, Exception> ConnectionFailed

Value

Type: SystemActionPipe, Exception
See Also