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