Skip to content

Commit bc82912

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Adding WebSocket.types.ps1xml to manifest ( Fixes #90 )
1 parent 7d22a40 commit bc82912

File tree

1 file changed

+22
-0
lines changed
  • docs/WebSocket/Client/ThreadJob

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
WebSocket.Client.ThreadJob.Send()
2+
---------------------------------
3+
4+
### Synopsis
5+
Sends a WebSocket message.
6+
7+
---
8+
9+
### Description
10+
11+
Sends a message to a WebSocket server.
12+
13+
---
14+
15+
### Parameters
16+
#### **Message**
17+
18+
|Type |Required|Position|PipelineInput|
19+
|------------|--------|--------|-------------|
20+
|`[PSObject]`|false |1 |false |
21+
22+
---

0 commit comments

Comments
 (0)