ProvideServiceAttributeBase.IsAsyncQueryable Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deterimines if the service supports being retrieved via the async service provider.
public:
 property bool IsAsyncQueryable { bool get(); void set(bool value); };public:
 property bool IsAsyncQueryable { bool get(); void set(bool value); };public bool IsAsyncQueryable { get; set; }member this.IsAsyncQueryable : bool with get, setPublic Property IsAsyncQueryable As BooleanProperty Value
True if the service can be retrieved via the async service provider, otherwise false.