This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Removed DiscordClient.Wait()
pull/101/head
RogueException
9 years ago
parent
2b5bc17e98
commit
1fb6a03e1d
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
src/Discord.Net/DiscordClient.cs
+ 0
- 5
src/Discord.Net/DiscordClient.cs
View File
@@ -1052,11 +1052,6 @@ namespace Discord
asyncAction().GetAwaiter().GetResult();
_disconnectedEvent.WaitOne();
}
/// <summary> Blocking call and wait until the client has been manually stopped. This is mainly intended for use in console applications. </summary>
public void Wait()
{
_disconnectedEvent.WaitOne();
}
#endregion
#region IDisposable
Write
Preview
Loading…
Cancel
Save