A helper class used to wrap an async result when implementing an async method that delegates to another async method. See System.IAsyncResult
Object
AsyncResult
[Visual Basic] Public Class AsyncResult Implements IAsyncResult [C#] public class AsyncResult : IAsyncResult [C++] public __gc class AsyncResult : public IAsyncResult [JScript] public class AsyncResult implements IAsyncResult
[To be supplied.]
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services.dll
AsyncResult Members | System.Web.Services.Protocols Namespace