Occurs when the connection to the AMQP server is closed

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Event CloseEvent As AmqpEventHandler
C#
public event AmqpEventHandler CloseEvent
Visual C++
public:
 event AmqpEventHandler^ CloseEvent {
	void add (AmqpEventHandler^ value);
	void remove (AmqpEventHandler^ value);
}

See Also