ILocationRuntime.SupportsAsync Property
Gets a Boolean value that specifies whether the federated location supports asynchronous query requests.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
ReadOnly Property SupportsAsync As Boolean
Get
'Usage
Dim instance As ILocationRuntime
Dim value As Boolean
value = instance.SupportsAsync
bool SupportsAsync { get; }
Property Value
Type: System.Boolean
true if the location supports asynchronous requests; otherwise, false.