命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetMachinesFromScopes ( _
scopes As IList(Of SPMonitoredScopeData) _
) As HashSet(Of String)
用法
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
)
参数
返回值
类型:System.Collections.Generic.HashSet<String>