OpenSearchRuntime.SupportsAsync 属性

获取或设置一个布尔值,指定的 OpenSearch 位置是否支持异步查询请求。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public ReadOnly Property SupportsAsync As Boolean
    Get
用法
Dim instance As OpenSearchRuntime
Dim value As Boolean

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

属性值

类型:System.Boolean
true如果位置支持异步的请求 ;否则为false。

实现

ILocationRuntime.SupportsAsync

另请参阅

引用

OpenSearchRuntime 类

OpenSearchRuntime 成员

Microsoft.Office.Server.Search.Query 命名空间