AsyncCallback (System.AsyncCallback)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: mscorlib.dll

References the callback method to be called when the asynchronous operation is completed.

VB.NET C#

C#

public sealed class AsyncCallback : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

www.prescod.net

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

Passing class member functions to System::AsyncCallback? - MSDN Forums

Passing class member functions to System::AsyncCallback? Thread Starter: Afr0man Started: 29 Oct 2007 8:46 AM UTC Replies: 5 ...

Engine [TOWER Software]

BeginConvertToXml : IAsyncResult : req as TCTWikiGen.localhost.TrimRequest, callback as System.AsyncCallback, asyncState as System.Object : BeginExecute : IAsyncResult : req as TCTWikiGen ...

Mono Documentation

static : BeginGetHostAddresses ( string , System.AsyncCallback , object ) : System.IAsyncResult Documentation for this section has not yet been entered.

Mono Documentation

Parameters callback A System.AsyncCallback delegate to be called when the stream is available. Can be null . state A System.Object containing state information for the asynchronous ...

System.Net

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

System.AsyncCallback Delegate

Base Types Object Delegate AsyncCallback. This type implements ICloneable . Assembly mscorlib Library BCL Summary References one or more methods called when an asynchronous ...

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