SearchContext.GetCurrent method

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Shared Function GetCurrent ( _
    cached As Boolean _
) As SearchContext
'Usage
Dim cached As Boolean
Dim returnValue As SearchContext

returnValue = SearchContext.GetCurrent(cached)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public static SearchContext GetCurrent(
    bool cached
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.SearchContext

See also

Reference

SearchContext class

SearchContext members

Microsoft.Office.Server.Search.Administration namespace