Summary
Finalizes the asynchronous execution started with
BeginExecute<TResult>(IMercurialCommand<TResult>, AsyncCallback)
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public TResult EndExecute<TResult>(IAsyncResult<TResult> result)
Type Parameters
Name | Description |
---|---|
TResult | The type of result of executing the command. |
Parameters
Name | Type | Description |
---|---|---|
result | IAsyncResult |
The IAsyncResult<T> object returned from BeginExecute<TResult>(IMercurialCommand<TResult>, AsyncCallback) .
|
Return Value
Type | Description |
---|---|
TResult | The result of executing the command. |