The AsyncNode type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close |
Close all server node socket connections.
(Inherited from Node.) | |
| CloseConnection |
Close connection and decrement connection count.
(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.) | |
| ToString |
Return node name and host address in string format.
(Inherited from Node.) | |
| UseNewBatch |
Use new batch protocol if server supports it and useBatchDirect is not set.
(Inherited from Node.) |
See Also