ProvideServiceAttributeBase.IsAsyncQueryable Property

Definition

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, set
Public Property IsAsyncQueryable As Boolean

Property Value

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

Applies to