IAsyncResult (System.IAsyncResult)

Inherits:

Interfaces:

Derived Types: 0

Assembly: mscorlib.dll

Represents the status of an asynchronous operation.

VB.NET C#

C#

public interface IAsyncResult
{
}

Articles

svn.ndesk.org

public System.IAsyncResult BegindoGetCachedPage(string key, string url, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke ...

www.prescod.net

public System.IAsyncResult BegindoGetCachedPage(string key, string url, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("doGetCachedPage ...

Example 10.2

... return ((string)(results[0])); } /// public System.IAsyncResult BeginProcessSRL(string SRLFile, string RequestName, string key, System.AsyncCallback ...

Mono Documentation

Returns A System.IAsyncResult that contains information about the asynchronous read operation, which could still be pending. Exceptions ...

Mono Documentation

A System.AsyncCallback delegate to be called when the write is complete, or null . Returns A System.IAsyncResult that represents the asynchronous write, which could still be pending.

System.Net

static System.IAsyncResult BeginGetHostByName (System.String hostName, System.AsyncCallback requestCallback, System.Object stateObject) TODO: static System.IAsyncResult BeginResolve ...

System.IAsyncResult Interface

Assembly mscorlib Library BCL Summary Supported by objects that represent the state of an asynchronous operation. Description An object that supports the IAsyncResult ...

leewillis.co.uk

public virtual System.IAsyncResult BeginKeywordSearchRequest(KeywordRequest KeywordSearchRequest, System.AsyncCallback callback, object asyncState)

leewillis.co.uk

public virtual System.IAsyncResult BeginKeywordSearchRequest(KeywordRequest KeywordSearchRequest, System.AsyncCallback callback, object asyncState)

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support