Метод ISearchAdminServiceApplication.CheckIfItemsRemoved
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function CheckIfItemsRemoved ( _
tenantID As Guid, _
itemsToRemove As List(Of Integer) _
) As List(Of Integer)
'Применение
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
)
Параметры
- tenantID
Тип: System.Guid
- itemsToRemove
Тип: System.Collections.Generic.List<Int32>
Возвращаемое значение
Тип: System.Collections.Generic.List<Int32>
См. также
Справочные материалы
ISearchAdminServiceApplication интерфейс