SharePointSearchRuntime.SupportsAsync Property
Gets a Boolean value that specifies whether the runtime implementation for searching SharePoint sites 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 SharePointSearchRuntime
Dim value As Boolean
value = instance.SupportsAsync
public bool SupportsAsync { get; }
Property Value
Type: System.Boolean
Always returns false, the SharePointSearchRuntime implementation does not support asynchronous query requests.
Implements
ILocationRuntime.SupportsAsync