@@ -217,10 +217,11 @@ A javascript import map. This allows you to import javascript modules.
217
217
#### ** QueryParameter**
218
218
A collection of query parameters.
219
219
These will be appended onto the ` -SocketUrl ` .
220
+ Multiple values for a single parameter will be passed as multiple parameters.
220
221
221
- | Type | Required| Position| PipelineInput |
222
- | ---------------| --------| --------| ---------------------|
223
- | ` [IDictionary] ` | false | named | true (ByPropertyName)|
222
+ | Type | Required| Position| PipelineInput | Aliases |
223
+ | ---------------| --------| --------| ---------------------| ------------------------- |
224
+ | ` [IDictionary] ` | false | named | true (ByPropertyName)| QueryParameters< br />Query |
224
225
225
226
#### ** Handler**
226
227
A ScriptBlock that can handle the output of the WebSocket or the Http Request.
@@ -390,11 +391,12 @@ The values of the dictionary are what will happen when a match is found.
390
391
| ` [IDictionary] ` | false | named | true (ByPropertyName)| WhereFor<br />Wherefore|
391
392
392
393
#### ** TimeOut**
393
- The timeout for the WebSocket connection. If this is provided, after the timeout elapsed, the WebSocket will be closed.
394
+ The timeout for the WebSocket connection.
395
+ If this is provided, after the timeout elapsed, the WebSocket will be closed.
394
396
395
- | Type | Required| Position| PipelineInput|
396
- | ------------| --------| --------| -------------|
397
- | ` [TimeSpan] ` | false | named | false |
397
+ | Type | Required| Position| PipelineInput | Aliases |
398
+ | ------------| --------| --------| --------------------- | -------- |
399
+ | ` [TimeSpan] ` | false | named | true (ByPropertyName) | Lifespan |
398
400
399
401
#### ** PSTypeName**
400
402
If provided, will decorate the objects outputted from a websocket job.
0 commit comments