ILNumerics Ultimate VS

MemoryPoolHandleTThreadID Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The managed thread ID of the thread this pool was created by/for. All (non-readonly) requests to the memory pools must be made from this thread only!

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public int ThreadID { get; }

Property Value

Type: Int32

Implements

IMemoryPoolThreadID
Remarks

[ILNumerics Core Module]

See Also

Reference