Share via


FASTSearchRuntime.SupportsAsync Property

Gets a Boolean value that specifies whether the FAST Search Server 2010 for SharePoint runtime supports asynchronous query requests.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property SupportsAsync As Boolean
    Get
'Usage
Dim instance As FASTSearchRuntime
Dim value As Boolean

value = instance.SupportsAsync
public bool SupportsAsync { get; }

Property Value

Type: System.Boolean
Always returns false, the FASTSearchRuntime implementation does not support asynchronous query requests.

Implements

ILocationRuntime.SupportsAsync

See Also

Reference

FASTSearchRuntime Class

FASTSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace