Occurs when the connection to the AMQP server is closed
Namespace:
Kaazing.AMQPAssembly: 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); } |