Skip to content

b6e53e6c bfef b530 80ae 39582074a88e

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

Publisher.ConnectionClosed Event

Event used to signal when the connection (input stream) was closed for any reason.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public event ConnectionClosedEventHandler ConnectionClosed

VB

Public Event ConnectionClosed As ConnectionClosedEventHandler

C++

public:
 event ConnectionClosedEventHandler^ ConnectionClosed {
	void add (ConnectionClosedEventHandler^ value);
	void remove (ConnectionClosedEventHandler^ value);
}

F#

member ConnectionClosed : IEvent<ConnectionClosedEventHandler,
    EventArgs>

Value

Type: NETLIB.ConnectionClosedEventHandler

See Also

Reference

Publisher Class
NETLIB Namespace
Publisher.Publish()
NETLIB.Consumer(TPack)
Consumer.Consume()

Clone this wiki locally