Share via


SearchServiceApplicationProxy.GetChangedConsumers - Méthode

Extrait les noms de tous les consommateurs de portée Search qui gèrent une étendue Search afficheront le groupe, Search étendue ou une règle d'étendue Search qui a été modifié depuis la date et l'heure 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 SearchServiceApplicationProxy
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.Int64

    Horodatage lors de la dernière modification a été extraite, passé par référence.

Valeur renvoyée

Type : System.Collections.Generic.List<String>
La collection de noms des Search de consommateurs d'étendues.

Implémentations

ISearchSiteAdministrationServiceApplication.GetChangedConsumers(Int64)

Exceptions

Exception Condition
TimeoutException

Le délai d'expiration pour une opération a expiré.

EndpointNotFoundException

Le point de terminaison distant n'a pas pu est introuvable ou inaccessible.

Exception

Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application.

Remarques

Le paramètre lastChangeTimeStamp doit être un type de données LastUpdate .

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms