SharePointSearchRuntime.SupportsAsync 属性
获取一个布尔值,指定用于搜索 SharePoint 网站的运行时实现是否支持异步查询请求。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property SupportsAsync As Boolean
Get
用法
Dim instance As SharePointSearchRuntime
Dim value As Boolean
value = instance.SupportsAsync
public bool SupportsAsync { get; }
属性值
类型:System.Boolean
始终返回false, SharePointSearchRuntime实现不支持异步查询请求。
实现
ILocationRuntime.SupportsAsync