ISearchSiteAdministrationServiceApplication.GetChangedConsumers method
Retrieves the names of all Search scope ConsumerInfo that have been changed since the specified version.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetChangedConsumers ( _
ByRef lastChangeTimeStamp As Long _
) As List(Of String)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim lastChangeTimeStamp As Long
Dim returnValue As List(Of String)
returnValue = instance.GetChangedConsumers(lastChangeTimeStamp)
[OperationContractAttribute]
List<string> GetChangedConsumers(
ref long lastChangeTimeStamp
)
Parameters
lastChangeTimeStamp
Type: System.Int64The version of Search scope consumer update.
Return value
Type: System.Collections.Generic.List<String>
The collection of names of all Search scope consumers
Remarks
Implementing classes should ensure that the value of the lastChangeTimeStamp parameter must be a LastUpdate data type.
See also
Reference
ISearchSiteAdministrationServiceApplication interface