ScriptApplicationManager.GetSyncResult method

Gets the synchronous query result for a query group.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetSyncResult ( _
    queryGroupName As String _
) As ResultTableCollection
'Usage
Dim instance As ScriptApplicationManager
Dim queryGroupName As String
Dim returnValue As ResultTableCollection

returnValue = instance.GetSyncResult(queryGroupName)
public ResultTableCollection GetSyncResult(
    string queryGroupName
)

Parameters

  • queryGroupName
    Type: System.String

    The name of the query group for which to retrieve synchronous query result

Return value

Type: Microsoft.Office.Server.Search.Query.ResultTableCollection
The synchronous query result of the specified group.

See also

Reference

ScriptApplicationManager class

ScriptApplicationManager members

Microsoft.Office.Server.Search.WebControls namespace