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
- cached
Type: System.Boolean
Return Value
Type: Microsoft.Office.Server.Search.Administration.SearchContext