We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997f5a6 commit 3ffca35Copy full SHA for 3ffca35
docs/WebSocket/Server/ThreadJob/Send.md
@@ -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
25
+|----------|--------|--------|-------------|
26
+|`[String]`|false |2 |false |
27
28
0 commit comments