Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the names of all Search scope consumers that manage a Search scope display group, Search scope, or Search scope rule that has changed since the specified time stamp.
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 SearchServiceApplicationProxy
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.Int64The timestamp when the last change was retrieved, passed by reference.
Return Value
Type: System.Collections.Generic.List<String>
The collection of names of the Search scope consumers.
Implements
ISearchSiteAdministrationServiceApplication.GetChangedConsumers(Int64)
Exceptions
| Exception | Condition |
|---|---|
| TimeoutException | The time-out for an operation has expired. |
| EndpointNotFoundException | The remote endpoint could not be found or reached. |
| Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
The lastChangeTimeStamp parameter should be a LastUpdate data type.
See Also
Reference
SearchServiceApplicationProxy Class