mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Moved Queued Wait into IApiConnection
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user