You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TAbstractMtxVecCache Class > TAbstractMtxVecCache Methods > TAbstractMtxVecCache.TryEnter Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TAbstractMtxVecCache.TryEnter Method

Call Enter to enable thread exclusive access.

Syntax
C#
Visual Basic
public bool TryEnter();

Internally this has no effect other than it saves the user from allocating his own critical section. The function returns false, if thread exclusive access could not be granted immediately.

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