Summary
Finalizes the asynchronous execution started with
BeginExecute(IMercurialCommand, AsyncCallback)
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void EndExecute(IAsyncResult result)
Parameters
Name | Type | Description |
---|---|---|
result | IAsyncResult |
The System.IAsyncResult object returned from BeginExecute(IMercurialCommand, AsyncCallback) .
|
Return Value
Type | Description |
---|---|
void |