Repository.

EndExecute<TResult>(IAsyncResult<TResult>) Method

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

Return Value

Type Description
TResult The result of executing the command.