Discuss this help topic in SecureBlackbox Forum
Specifies whether to use the thread-safe mode.
Declaration
[C#/Java]
bool ThreadSafe;
[VB.NET]
Property ThreadSafe As Boolean
[Pascal]
property ThreadSafe : boolean;
[C++]
bool get_ThreadSafe();
void set_ThreadSafe(bool Value);
[PHP]
bool get_ThreadSafe()
void set_ThreadSafe(bool $Value)
Description
Use this property to specify if all operations should be performed in thread-safe mode.
The default value is False.
Discuss this help topic in SecureBlackbox Forum