Поделиться через


Метод SPServiceApplication.GetDependentProcessIdentities

Создает набор типов зависимых процессов.

Пространство имен:  Microsoft.SharePoint.Administration
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Protected Overridable Function GetDependentProcessIdentities As IEnumerable(Of SecurityIdentifier)
'Применение
Dim returnValue As IEnumerable(Of SecurityIdentifier)

returnValue = Me.GetDependentProcessIdentities()
protected virtual IEnumerable<SecurityIdentifier> GetDependentProcessIdentities()

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<SecurityIdentifier>
Возвращает коллекцию объектов SecurityIdentifier , которые представляют веб-служб, связанных с приложением-контента.

Замечания

Если этот SPServiceApplicationProxy подключен в качестве прокси-сервера на локальную ферму серверов и находится в той же группе прокси-сервера, как SPServiceApplication, идентификатор безопасности ContentService добавляется к коллекции.

См. также

Справочные материалы

SPServiceApplication класс

Элементы SPServiceApplication

Пространство имен Microsoft.SharePoint.Administration