SearchServiceApplication.GetChangedConsumers - Méthode
Extrait les noms de tous les consommateurs de portée Search qui gèrent une étendue Search afficheront group, SearchScopeou SearchScopeRule qui a été modifié depuis la version spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetChangedConsumers ( _
ByRef lastChangeTimeStamp As Long _
) As List(Of String)
'Utilisation
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
)
Paramètres
lastChangeTimeStamp
Type : System.Int64Une version dont la valeur doit être un type de données LastUpdate , passé par référence.
Valeur renvoyée
Type : System.Collections.Generic.List<String>
La collection de noms de tous les consommateurs d'étendue Search .
Implémentations
ISearchSiteAdministrationServiceApplication.GetChangedConsumers(Int64)
Remarques
Pour plus d'informations sur le type de données LastUpdate , visitez ce site Web.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms