Occurs when the connection is established to the AMQP server
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Event OpenEvent As AmqpEventHandler |
C# |
---|
public event AmqpEventHandler OpenEvent |
Visual C++ |
---|
public: event AmqpEventHandler^ OpenEvent { void add (AmqpEventHandler^ value); void remove (AmqpEventHandler^ value); } |