ParseRequest::IsSynchronous Property

 

Gets or sets whether or not the request is synchronous.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool IsSynchronous {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the request is synchronous; false if it is asynchronous.

Return to top
Show: