* An alias for {@link ClientSession.endSession|ClientSession.endSession()}.
()
| 293 | * An alias for {@link ClientSession.endSession|ClientSession.endSession()}. |
| 294 | */ |
| 295 | async [Symbol.asyncDispose]() { |
| 296 | await this.endSession({ force: true }); |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Advances the operationTime for a ClientSession. |
nothing calls this directly
no test coverage detected