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!

AsyncResult Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.Services.Protocols

Assembly: System.Web.Services.dll

See Also

AsyncResult Members | System.Web.Services.Protocols Namespace