ITopologyExecutionResource Structure

An interface to an execution resource as defined by the Resource Manager.

struct ITopologyExecutionResource;

Members

Public Methods

Name

Description

ITopologyExecutionResource::GetId Method

Returns the Resource Manager's unique identifier for this execution resource.

ITopologyExecutionResource::GetNext Method

Returns an interface to the next execution resource in enumeration order.

Remarks

This interface is typically utilized to walk the topology of the system as observed by the Resource Manager.

Inheritance Hierarchy

ITopologyExecutionResource

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

concurrency Namespace