NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IAsyncResult Interface

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.

Classes that Implement IAsyncResult

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.]

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

IAsyncResult Members | System Namespace