Summary
Executes the given
IGuiCommand
command against
the Mercurial repository, asynchronously.
Syntax
public static IAsyncResult BeginExecute(this Repository repository, IGuiCommand command, AsyncCallback callback)
Parameters
Name |
Type |
Description |
repository |
Repository |
The Repository to execute the command in.
|
command |
IGuiCommand |
The IGuiCommand command to execute.
|
callback |
AsyncCallback |
A callback to call when the execution has completed. The System.IAsyncResult.AsyncState value of the
IAsyncResult object passed to the callback will be the
command object.
|
Return Value