The AmqpClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AmqpClient |
Creates a new instance of AmqpClient.
|
Methods
Name | Description | |
---|---|---|
![]() | Connect(String, String, String, String) |
Connects to Amqp Server.
|
![]() | Connect(String, String, String, String, AmqpEventHandler) |
Connects to Amqp Server.
|
![]() | Disconnect |
Disconnects from Amqp Server.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OpenChannel()()()() |
Opens a channel to the server using the connection established.
|
![]() | OpenChannel(AmqpEventHandler) |
Opens a channel to the server using the connection established.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CLOSED | |
![]() ![]() | CONNECTING | |
![]() ![]() | OPEN |
Events
Name | Description | |
---|---|---|
![]() | CloseEvent |
Occurs when the connection to the AMQP server is closed
|
![]() | ErrorEvent |
Occurs when there is an error
|
![]() | OpenEvent |
Occurs when the connection is established to the AMQP server
|