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)

member IsAsyncQueryable : bool with get, set

Property Value

Type: System.Boolean

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

Return to top
Show: