This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Minor edit
tags/docs-0.9
Brandon Smith
10 years ago
parent
d34f3f9db1
commit
930cbd8580
1 changed files
with
1 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
src/Discord.Net/DiscordClient.cs
+ 1
- 4
src/Discord.Net/DiscordClient.cs
View File
@@ -1092,10 +1092,7 @@ namespace Discord
return text;
return text;
}
}
/// <summary>
/// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications.
/// </summary>
/// <returns></returns>
/// <summary> Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. </summary>
public void Block()
public void Block()
{
{
_isStopping.Wait();
_isStopping.Wait();
Write
Preview
Loading…
Cancel
Save