Freigeben über


ConsoleParentNode.ContainsActiveQueries Method

Determines whether the specified list contains queries that are active.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim nodesList As List(Of NodeDescription)
Dim returnValue As Boolean

returnValue = ConsoleParentNode.ContainsActiveQueries(nodesList)

Syntax

'Declaration
Public Shared Function ContainsActiveQueries ( _
    nodesList As List(Of NodeDescription) _
) As Boolean
public static bool ContainsActiveQueries (
    List<NodeDescription> nodesList
)
public:
static bool ContainsActiveQueries (
    List<NodeDescription^>^ nodesList
)
public static boolean ContainsActiveQueries (
    List<NodeDescription> nodesList
)
public static function ContainsActiveQueries (
    nodesList : List<NodeDescription>
) : boolean

Parameters

  • nodesList
    [in] System.Collections.Generic.List object that represents NodeDescription objects.

Return Value

true if the list contains active queries; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
NodeDescription