SearchServiceApplication.GetChangedConsumers Method
Retrieves the names of all Search scope consumers that manage a Search scope display group, SearchScope, or SearchScopeRule that has changed since the specified version.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetChangedConsumers ( _
ByRef lastChangeTimeStamp As Long _
) As List(Of String)
'Usage
Dim instance As SearchServiceApplication
Dim lastChangeTimeStamp As Long
Dim returnValue As List(Of String)
returnValue = instance.GetChangedConsumers(lastChangeTimeStamp)
public List<string> GetChangedConsumers(
ref long lastChangeTimeStamp
)
Parameters
lastChangeTimeStamp
Type: System.Int64A version whose value must be a LastUpdate data type, passed by reference.
Return Value
Type: System.Collections.Generic.List<String>
The collection of names of all Search scope consumers.
Implements
ISearchSiteAdministrationServiceApplication.GetChangedConsumers(Int64)
Remarks
For information about the LastUpdate data type, visit this Web site.
See Also
Reference
SearchServiceApplication Class