IAsyncResult
[Visual Basic] Public Interface IAsyncResult [C#] public interface IAsyncResult [C++] public __gc __interface IAsyncResult
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
AsyncResult | A helper class used to wrap an async result when implementing an async method that delegates to another async method. See System.IAsyncResult |
HttpAsyncResult | [To be supplied.] |
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll