Compartir a través de


del método ISearchAdminServiceApplication.CheckIfItemsRemoved

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<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

Valor devuelto

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

Vea también

Referencia

interfaz ISearchAdminServiceApplication

Miembros ISearchAdminServiceApplication

Espacio de nombres Microsoft.Office.Server.Search.Query