23 lines
501 B
Markdown
23 lines
501 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [Stream](./calckey-js.stream.md) > [removeSharedConnectionPool](./calckey-js.stream.removesharedconnectionpool.md)
|
||
|
|
||
|
## Stream.removeSharedConnectionPool() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
removeSharedConnectionPool(pool: Pool): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| pool | Pool | |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
void
|
||
|
|