File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -314,10 +314,11 @@ Many websockets require an initial authentication handshake
314314after an initial message is received.
315315This parameter can be either a ScriptBlock or any other object.
316316If it is a ScriptBlock, it will be run with the output of the WebSocket passed as the first argument.
317+ This will run after the socket is connected but before any messages are received.
317318
318- | Type | Required| Position| PipelineInput| Aliases |
319- | ------------| --------| --------| -------------| ----------------------|
320- | ` [PSObject] ` | false | named | false | Authorize<br />Identify |
319+ | Type | Required| Position| PipelineInput| Aliases |
320+ | ------------| --------| --------| -------------| -------------------------- |
321+ | ` [PSObject] ` | false | named | false | Authorize<br />HelloMessage |
321322
322323#### ** Watch**
323324If set, will watch the output of the WebSocket job, outputting results continuously instead of outputting a websocket job.
You can’t perform that action at this time.
0 commit comments