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;
AsyncResult Class | AsyncResult Members | System.Web.Services.Protocols Namespace