ProvideServiceAttributeBase::IsAsyncQueryable Property

Visual Studio 2015
 

Deterimines whether the service supports being retrieved via the async service provider.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Boolean

True if the service can be retrieved via the async service provider, otherwise false.

Return to top
Show: