Determines whether the specified list contains queries that are active. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim nodesList As List(Of NodeDescription)
Dim returnValue As Boolean

returnValue = ConsoleParentNode.ContainsActiveQueries(nodesList)

Syntax

Visual Basic
Public Shared Function ContainsActiveQueries ( _
		nodesList As List(Of NodeDescription) _
) As Boolean
C#
public static bool ContainsActiveQueries (
		List<NodeDescription> nodesList
)
C++
public:
static bool ContainsActiveQueries (
		List<NodeDescription^>^ nodesList
)
J#
public static boolean ContainsActiveQueries (
		List<NodeDescription> nodesList
)
JScript
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