GuiClient.

EndExecute(Repository, IAsyncResult) Method

Summary

Finalizes the asynchronous execution started with BeginExecute(Repository, IGuiCommand, AsyncCallback).
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void EndExecute(this Repository repository, IAsyncResult result)

Parameters

Name Type Description
repository Repository The Repository to finalize the command executionfor.
result IAsyncResult The IAsyncResult object returned from BeginExecute(Repository, IGuiCommand, AsyncCallback).

Return Value

Type Description
void