ILocationRuntime.SendRequest 方法 (String, ResultCallback)

提交到联盟的位置,该查询的异步请求,并检索该异步请求的结果。

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

语法

声明
Function SendRequest ( _
    queryURL As String, _
    callback As ResultCallback _
) As IAsyncResult
用法
Dim instance As ILocationRuntime
Dim queryURL As String
Dim callback As ResultCallback
Dim returnValue As IAsyncResult

returnValue = instance.SendRequest(queryURL, _
    callback)
IAsyncResult SendRequest(
    string queryURL,
    ResultCallback callback
)

参数

  • queryURL
    类型:System.String

    一个字符串,它包含联合的位置的 URL 和搜索查询。

返回值

类型:System.IAsyncResult
异步请求的状态。

另请参阅

引用

ILocationRuntime 接口

ILocationRuntime 成员

SendRequest 重载

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