You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecController Class > TMtxVecController Properties > TMtxVecController.ThreadDimension Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecController.ThreadDimension Property

Specifies the maximum number of threads that object cache can serve.

Syntax
C#
Visual Basic
public int ThreadDimension;

Specifies maximum number of threads that object cache can serve concurrently. UnMarkThread must be called before a thread ends. Creating more threads than ThreadDimension will result in exception once the thread will begin executing. The exception will describe the error condition and will be stored to TThread.FatalException property. Before changing ThreadDimension the object cache may not be used, that is there may not be any objects for which FreeIt was not called.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!