IAsyncResult<T> Interface

Summary

This interface will be returned from BeginExecute<TResult>(IMercurialCommand<TResult>, AsyncCallback) in order to produce a type-safe asynchronous execution.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IAsyncResult
graph TD Interface0["IAsyncResult"]-.->Type Type["IAsyncResult<T>"] class Type type-node

Syntax

public interface IAsyncResult<T> : IAsyncResult

Type Parameters

Name Description
T The type of result of executing the command asynchronously.

Properties

Name Value Summary
InnerResult IAsyncResult
Gets the inner IAsyncResult object.