Suffix async methods with Async

This commit is contained in:
Bond_009
2019-01-23 19:09:34 +01:00
parent 3cd31cadf8
commit 905a253ff5
7 changed files with 57 additions and 56 deletions

View File

@@ -131,7 +131,7 @@ namespace MediaBrowser.Common
/// <summary>
/// Inits this instance.
/// </summary>
Task Init();
Task InitAsync();
/// <summary>
/// Creates the instance.