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
- tenantID
Type : System.Guid
- itemsToRemove
Type : System.Collections.Generic.List<Int32>
Valeur renvoyée
Type : System.Collections.Generic.List<Int32>
Voir aussi
Référence
ISearchAdminServiceApplication interface