ISearchAdminServiceApplication.CheckIfItemsRemoved method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function CheckIfItemsRemoved ( _
tenantID As Guid, _
itemsToRemove As List(Of Integer) _
) As List(Of Integer)
'Uso
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
)
Parâmetros
- tenantID
Type: System.Guid
- itemsToRemove
Type: System.Collections.Generic.List<Int32>
Valor retornado
Type: System.Collections.Generic.List<Int32>
Ver também
Referência
ISearchAdminServiceApplication interface