Share via


SearchServiceApplicationProxy.RecordClick Method

Records the details of the click-through and its corresponding Search query.

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

Syntax

'Declaration
Public Sub RecordClick ( _
    Info As QueryInfo _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim Info As QueryInfo

instance.RecordClick(Info)
public void RecordClick(
    QueryInfo Info
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The Info parameter is null .

Exception

An error, such as a SearchServiceApplicationFault, occurred during application execution.

Remarks

This method stores the query details when a click-through occurs or when the user navigates away from the page.

See Also

Reference

SearchServiceApplicationProxy Class

SearchServiceApplicationProxy Members

Microsoft.Office.Server.Search.Administration Namespace