Skip to content

Commit 3ffca35

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Adding WebSocket.types.ps1xml to manifest ( Fixes #90 )
1 parent 997f5a6 commit 3ffca35

File tree

1 file changed

+28
-0
lines changed
  • docs/WebSocket/Server/ThreadJob

1 file changed

+28
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
WebSocket.Server.ThreadJob.Send()
2+
---------------------------------
3+
4+
### Synopsis
5+
Sends a WebSocket message.
6+
7+
---
8+
9+
### Description
10+
11+
Sends a message from a WebSocket server.
12+
13+
---
14+
15+
### Parameters
16+
#### **Message**
17+
18+
|Type |Required|Position|PipelineInput|
19+
|------------|--------|--------|-------------|
20+
|`[PSObject]`|false |1 |false |
21+
22+
#### **Pattern**
23+
24+
|Type |Required|Position|PipelineInput|
25+
|----------|--------|--------|-------------|
26+
|`[String]`|false |2 |false |
27+
28+
---

0 commit comments

Comments
 (0)