We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a4eb8 commit e71b4f5Copy full SHA for e71b4f5
WebSocket.types.ps1xml
@@ -3,6 +3,17 @@
3
<Type>
4
<Name>WebSocket.Client.ThreadJob</Name>
5
<Members>
6
+ <ScriptMethod>
7
+ <Name>Pop</Name>
8
+ <Script>
9
+ param()
10
+
11
+if ($this.Output.Count -gt 0) {
12
+ $this.Output[0]
13
+ $this.Output.RemoveAt(0)
14
+}
15
+ </Script>
16
+ </ScriptMethod>
17
<ScriptMethod>
18
<Name>Send</Name>
19
<Script>
@@ -52,6 +63,17 @@ if ($message -is [Collections.IList] -and $message -isnot [byte[]]) {
52
63
53
64
<Name>WebSocket.ThreadJob</Name>
54
65
66
67
68
69
70
71
72
73
74
75
76
55
77
</Members>
56
78
</Type>
57
79
</Types>
0 commit comments