The AsyncNode type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | AsyncNode |
Initialize server node with connection parameters.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAlias |
Add node alias to list.
(Inherited from Node.) |
![]() | Close |
Close all server node socket connections.
(Inherited from Node.) |
![]() | DecreaseHealth |
Decrease server health status after a connection failure.
(Inherited from Node.) |
![]() | Equals |
Return if node names are equal.
(Inherited from Node.) |
![]() | GetAsyncConnection |
Get asynchronous socket connection from connection pool for the server node.
|
![]() | GetConnection |
Get a socket connection from connection pool to the server node.
(Inherited from Node.) |
![]() | GetHashCode |
Get node name hash code.
(Inherited from Node.) |
![]() | PutAsyncConnection |
Put asynchronous connection back into connection pool.
|
![]() | PutConnection |
Put connection back into connection pool.
(Inherited from Node.) |
![]() | Refresh |
Request current status from server node.
(Inherited from Node.) |
![]() | RestoreHealth |
Set node status as healthy after successful database operation.
(Inherited from Node.) |
![]() | ToString |
Return node name and host address in string format.
(Inherited from Node.) |
Properties
Name | Description | |
---|---|---|
![]() | Active |
Return whether node is currently active.
(Inherited from Node.) |
![]() | Aliases |
Return server node IP address aliases.
(Inherited from Node.) |
![]() | Host |
Return server node IP address and port.
(Inherited from Node.) |
![]() | Name |
Return server node name.
(Inherited from Node.) |
![]() | Unhealthy |
Has consecutive node connection errors become critical.
(Inherited from Node.) |
See Also