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

The async result of the inner or wrapped async method. This is the same object passed to the constructor.

[Visual Basic]
Public ReadOnly Property InnerAsyncResult As IAsyncResult
[C#]
public IAsyncResult InnerAsyncResult {get;}
[C++]
public: __property IAsyncResult* get_InnerAsyncResult();
[JScript]
public function get InnerAsyncResult() : IAsyncResult;

See Also

AsyncResult Class | AsyncResult Members | System.Web.Services.Protocols Namespace