File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 3
3
<Type >
4
4
<Name >WebSocket.Client.ThreadJob</Name >
5
5
<Members >
6
+ <ScriptMethod >
7
+ <Name >Clear</Name >
8
+ <Script >
9
+ $this.Output.Clear()
10
+ </Script >
11
+ </ScriptMethod >
6
12
<ScriptMethod >
7
13
<Name >Pop</Name >
8
14
<Script >
@@ -63,6 +69,12 @@ if ($message -is [Collections.IList] -and $message -isnot [byte[]]) {
63
69
<Type >
64
70
<Name >WebSocket.Server.ThreadJob</Name >
65
71
<Members >
72
+ <ScriptMethod >
73
+ <Name >Clear</Name >
74
+ <Script >
75
+ $this.Output.Clear()
76
+ </Script >
77
+ </ScriptMethod >
66
78
<ScriptMethod >
67
79
<Name >Pop</Name >
68
80
<Script >
@@ -154,6 +166,12 @@ if ($message -is [Collections.IList] -and $message -isnot [byte[]]) {
154
166
<Type >
155
167
<Name >WebSocket.ThreadJob</Name >
156
168
<Members >
169
+ <ScriptMethod >
170
+ <Name >Clear</Name >
171
+ <Script >
172
+ $this.Output.Clear()
173
+ </Script >
174
+ </ScriptMethod >
157
175
<ScriptMethod >
158
176
<Name >Pop</Name >
159
177
<Script >
You can’t perform that action at this time.
0 commit comments