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!

Overlapped.AsyncResult

[To be supplied.]

[Visual Basic]
Public Property AsyncResult As IAsyncResult
[C#]
public IAsyncResult AsyncResult {get; set;}
[C++]
public: __property IAsyncResult* get_AsyncResult();
public: __property void set_AsyncResult(IAsyncResult*);
[JScript]
public function get AsyncResult() : IAsyncResult;
public function set AsyncResult(IAsyncResult);

Property Value

The IAsyncResult interface.

See Also

Overlapped Class | Overlapped Members | System.Threading Namespace