Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An interface to a topology node as defined by the Resource Manager. A node contains one or more execution resources.
struct ITopologyNode;
Members
Public Methods
Name |
Description |
|---|---|
Returns the number of execution resources grouped together under this node. |
|
Returns the first execution resource grouped under this node in enumeration order. |
|
Returns the Resource Manager's unique identifier for this node. |
|
Returns an interface to the next topology node in enumeration order. |
|
Returns the Windows assigned NUMA node number to which this Resource Maanger node belongs. |
Remarks
This interface is typically utilized to walk the topology of the system as observed by the Resource Manager.
Inheritance Hierarchy
ITopologyNode
Requirements
Header: concrtrm.h
Namespace: concurrency