* Increment the operation count, returning the new count.
()
| 525 | * Increment the operation count, returning the new count. |
| 526 | */ |
| 527 | private incrementOperationCount(): number { |
| 528 | return (this.s.operationCount += 1); |
| 529 | } |
| 530 | } |
| 531 | |
| 532 | function markServerUnknown(server: Server, error?: MongoError) { |