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

[Visual Basic]
ReadOnly Property AsyncState As Object
[C#]
object AsyncState {get;}
[C++]
Object* get_AsyncState() = 0;
[JScript]
abstract function get AsyncState() : Object;

See Also

IAsyncResult Interface | IAsyncResult Members | System Namespace