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 Properties

The properties of the AsyncResult class are listed below. For a complete list of AsyncResult class members, see the AsyncResult Members topic.

Public:

AsyncObject The async object of the outer async method. This is the asyncObject passed to the constructor.
AsyncState Delegates to the AsyncState method of the inner async result object.
AsyncWaitHandle Delegates to the AsyncWaitHandle method of the inner async result object.
CompletedSynchronously Delegates to the CompletedSynchronously method of the inner async result object.
InnerAsyncResult The async result of the inner or wrapped async method. This is the same object passed to the constructor.
IsCompleted Delegates to the IsCompleted method of the inner async result object.

See Also

AsyncResult Class | System.Web.Services.Protocols Namespace