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

[Visual Basic]
ReadOnly Property CompletedSynchronously As Boolean
[C#]
bool CompletedSynchronously {get;}
[C++]
bool get_CompletedSynchronously() = 0;
[JScript]
abstract function get CompletedSynchronously() : Boolean;

See Also

IAsyncResult Interface | IAsyncResult Members | System Namespace