File tree 1 file changed +19
-1
lines changed 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -320,9 +320,27 @@ RunspacePools allow you to limit the scope of the handler to a pool of runspaces
320
320
| ----------------| --------| --------| -------------| -------|
321
321
| ` [RunspacePool] ` | false | named | false | Pool |
322
322
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
+
323
341
---
324
342
325
343
### Syntax
326
344
``` 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>]
328
346
```
You can’t perform that action at this time.
0 commit comments