Skip to content

Commit 17b61d3

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Get-WebSocket SupportsPaging ( Fixes #55 )
1 parent 305649e commit 17b61d3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/Get-WebSocket.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,27 @@ RunspacePools allow you to limit the scope of the handler to a pool of runspaces
320320
|----------------|--------|--------|-------------|-------|
321321
|`[RunspacePool]`|false |named |false |Pool |
322322

323+
#### **IncludeTotalCount**
324+
325+
|Type |Required|Position|PipelineInput|
326+
|----------|--------|--------|-------------|
327+
|`[Switch]`|false |named |false |
328+
329+
#### **Skip**
330+
331+
|Type |Required|Position|PipelineInput|
332+
|----------|--------|--------|-------------|
333+
|`[UInt64]`|false |named |false |
334+
335+
#### **First**
336+
337+
|Type |Required|Position|PipelineInput|
338+
|----------|--------|--------|-------------|
339+
|`[UInt64]`|false |named |false |
340+
323341
---
324342

325343
### Syntax
326344
```PowerShell
327-
Get-WebSocket [[-WebSocketUri] <Uri>] [-QueryParameter <IDictionary>] [-Handler <ScriptBlock>] [-Variable <IDictionary>] [-Name <String>] [-InitializationScript <ScriptBlock>] [-BufferSize <Int32>] [-OnConnect <ScriptBlock>] [-OnError <ScriptBlock>] [-OnOutput <ScriptBlock>] [-OnWarning <ScriptBlock>] [-Watch] [-RawText] [-Binary] [-SubProtocol <String>] [-Filter <PSObject[]>] [-WatchFor <IDictionary>] [-TimeOut <TimeSpan>] [-PSTypeName <String[]>] [-Maximum <Int64>] [-ConnectionTimeout <TimeSpan>] [-Runspace <Runspace>] [-RunspacePool <RunspacePool>] [<CommonParameters>]
345+
Get-WebSocket [[-WebSocketUri] <Uri>] [-QueryParameter <IDictionary>] [-Handler <ScriptBlock>] [-Variable <IDictionary>] [-Name <String>] [-InitializationScript <ScriptBlock>] [-BufferSize <Int32>] [-OnConnect <ScriptBlock>] [-OnError <ScriptBlock>] [-OnOutput <ScriptBlock>] [-OnWarning <ScriptBlock>] [-Watch] [-RawText] [-Binary] [-SubProtocol <String>] [-Filter <PSObject[]>] [-WatchFor <IDictionary>] [-TimeOut <TimeSpan>] [-PSTypeName <String[]>] [-Maximum <Int64>] [-ConnectionTimeout <TimeSpan>] [-Runspace <Runspace>] [-RunspacePool <RunspacePool>] [-IncludeTotalCount] [-Skip <UInt64>] [-First <UInt64>] [<CommonParameters>]
328346
```

0 commit comments

Comments
 (0)