Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value that specifies whether the OpenSearch location 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 OpenSearchRuntime
Dim value As Boolean
value = instance.SupportsAsync
public bool SupportsAsync { get; }
Property Value
Type: System.Boolean
true if the location supports asynchronous requests; otherwise, false.
Implements
ILocationRuntime.SupportsAsync