* Immediately schedule monitoring of this server. If there already an attempt being made * this will be a no-op.
()
| 274 | * this will be a no-op. |
| 275 | */ |
| 276 | requestCheck(): void { |
| 277 | if (!this.loadBalanced) { |
| 278 | this.monitor?.requestCheck(); |
| 279 | } |
| 280 | } |
| 281 | |
| 282 | public async command<TResult>( |
| 283 | operation: AbstractOperation<TResult>, |
no outgoing calls
no test coverage detected