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

Delegates to the CompletedSynchronously method of the inner async result object.

[Visual Basic]
Overridable Public ReadOnly Property CompletedSynchronously As _
   Boolean
[C#]
public bool CompletedSynchronously {virtual get;}
[C++]
public: __property virtual bool get_CompletedSynchronously();
[JScript]
public function get CompletedSynchronously() : Boolean;

See Also

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