IDebugCompiledExpression110.GroupEvaluateAsync(UInt32, UInt64[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GroupEvaluateAsync(System::UInt32 cNumThreads, cli::array <System::UInt64> ^ rgComputeThreadIds);
public:
int GroupEvaluateAsync(unsigned int cNumThreads, Platform::Array <unsigned long long> ^ rgComputeThreadIds);
int GroupEvaluateAsync(unsigned int cNumThreads, std::Array <unsigned long> const & rgComputeThreadIds);
public int GroupEvaluateAsync(uint cNumThreads, ulong[] rgComputeThreadIds);
abstract member GroupEvaluateAsync : uint32 * uint64[] -> int
Public Function GroupEvaluateAsync (cNumThreads As UInteger, rgComputeThreadIds As ULong()) As Integer
Parameters
- cNumThreads
- UInt32
- rgComputeThreadIds
- UInt64[]