Freigeben über


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

Rückgabewert

Typ: System.Collections.Generic.HashSet<String>

Siehe auch

Referenz

SPULSRetriever Klasse

SPULSRetriever-Member

Microsoft.SharePoint.Diagnostics-Namespace