Share via


ITopologyExecutionResource::GetNext Method

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

virtual ITopologyExecutionResource *GetNext() const =0;

Return Value

An interface to the next execution resource in enumeration order. If there are no more nodes in enumeration order of the node to which this execution resource belongs, this method will return the value NULL.

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

ITopologyExecutionResource Structure

ITopologyNode::GetFirstExecutionResource Method

ITopologyNode Structure