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

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

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

See Also

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