Partager via


ISearchAdminServiceApplication.CheckIfItemsRemoved - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function CheckIfItemsRemoved ( _
    tenantID As Guid, _
    itemsToRemove As List(Of Integer) _
) As List(Of Integer)
'Utilisation
Dim instance As ISearchAdminServiceApplication
Dim tenantID As Guid
Dim itemsToRemove As List(Of Integer)
Dim returnValue As List(Of Integer)

returnValue = instance.CheckIfItemsRemoved(tenantID, _
    itemsToRemove)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<int> CheckIfItemsRemoved(
    Guid tenantID,
    List<int> itemsToRemove
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<Int32>

Voir aussi

Référence

ISearchAdminServiceApplication interface

ISearchAdminServiceApplication - Membres

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