SearchServiceApplicationProxy.GetVolatileScopeInfo method

Retrieves the information that is likely to change for the specified Search scope.

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

Syntax

'Declaration
Public Function GetVolatileScopeInfo ( _
    scopeId As Integer _
) As ScopeInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As ScopeInfo

returnValue = instance.GetVolatileScopeInfo(scopeId)
public ScopeInfo GetVolatileScopeInfo(
    int scopeId
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ScopeInfo
The information about the Search scope.

Implements

ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

The scopeId parameter must not be null .

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace