SPServiceApplication.GetDependentProcessIdentities Method
Creates a set of dependent process identities.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Function GetDependentProcessIdentities As IEnumerable(Of SecurityIdentifier)
'Usage
Dim returnValue As IEnumerable(Of SecurityIdentifier)
returnValue = Me.GetDependentProcessIdentities()
protected virtual IEnumerable<SecurityIdentifier> GetDependentProcessIdentities()
Return Value
Type: System.Collections.Generic.IEnumerable<SecurityIdentifier>
Returns a collection of SecurityIdentifier objects that represent the Web services associated with the content application.
Remarks
If this SPServiceApplicationProxy is connected as a proxy on the local server farm, and it is contained in the same proxy group as the SPServiceApplication, then the security identifier of the ContentService is added to the collection.