Summary
Finalizes asynchronous execution of the command.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- CommandProcessor
Syntax
public static void EndExecute(IAsyncResult result)
Parameters
Name | Type | Description |
---|---|---|
result | IAsyncResult |
The IAsyncResult object returned from BeginExecute(string, string, ICommand, KeyValuePair<string, string>[], IEnumerable<string>, AsyncCallback) .
|
Return Value
Type | Description |
---|---|
void |