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.

See also

Reference

ILocationRuntime interface

ILocationRuntime members

Microsoft.Office.Server.Search.Query namespace