SPULSRetriever.GetMachinesFromScopes-Methode
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetMachinesFromScopes ( _
scopes As IList(Of SPMonitoredScopeData) _
) As HashSet(Of String)
'Usage
Dim instance As SPULSRetriever
Dim scopes As IList(Of SPMonitoredScopeData)
Dim returnValue As HashSet(Of String)
returnValue = instance.GetMachinesFromScopes(scopes)
public HashSet<string> GetMachinesFromScopes(
IList<SPMonitoredScopeData> scopes
)
Parameter
- scopes
Typ: System.Collections.Generic.IList<SPMonitoredScopeData>
Rückgabewert
Typ: System.Collections.Generic.HashSet<String>