Moved Queued Wait into IApiConnection

This commit is contained in:
Amy Palamountain
2014-02-02 15:22:38 +13:00
parent 58345441de
commit 34383261d7
4 changed files with 32 additions and 34 deletions
+2
View File
@@ -144,5 +144,7 @@ namespace Octokit
/// <param name="uri">URI of the API resource to delete</param>
/// <returns>A <see cref="Task"/> for the request's execution.</returns>
Task Delete(Uri uri);
Task<T> GetQueuedOperation<T>(Uri uri);
}
}