location::from_numa_node Method

Returns a location object which represents a given NUMA node.

static location __cdecl from_numa_node(
   unsigned short _NumaNodeNumber
);

Parameters

  • _NumaNodeNumber
    The NUMA node number to construct a location for.

Return Value

A location representing the NUMA node specified by the _NumaNodeNumber parameter.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

location Class