SPULSRetriever.GetMachinesFromScopes - Méthode
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetMachinesFromScopes ( _
scopes As IList(Of SPMonitoredScopeData) _
) As HashSet(Of String)
'Utilisation
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
)
Paramètres
- scopes
Type : System.Collections.Generic.IList<SPMonitoredScopeData>
Valeur renvoyée
Type : System.Collections.Generic.HashSet<String>