The AsyncNode type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddAlias |
Add node alias to list.
(Inherited from Node.) |
![]() | Close |
Close all server node socket connections.
(Inherited from Node.) |
![]() | CloseConnections |
Close all asynchronous connections in the pool.
(Overrides NodeCloseConnections .) |
![]() | DecreaseHealth |
Decrease server health status after a connection failure.
(Inherited from Node.) |
![]() | Equals | (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 | (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 | (Inherited from Node.) |
See Also