Deletes an Exchange on the server.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Function DeleteExchange ( _ exchange As String, _ ifUnused As Boolean, _ noWait As Boolean, _ callback As AmqpEventHandler _ ) As AmqpChannel |
C# |
---|
public AmqpChannel DeleteExchange( string exchange, bool ifUnused, bool noWait, AmqpEventHandler callback ) |
Visual C++ |
---|
public: AmqpChannel^ DeleteExchange( String^ exchange, bool ifUnused, bool noWait, AmqpEventHandler^ callback ) |
Parameters
- exchange
- Type: System..::..String
Exchange
- ifUnused
- Type: System..::..Boolean
Delete only if unused
- noWait
- Type: System..::..Boolean
No - wait
- callback
- Type: Kaazing.AMQP..::..AmqpEventHandler
Method to be called on success