Discuss this help topic in SecureBlackbox Forum
Specifies whether to use the thread-safe mode.
Declaration
[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)
[Java]
boolean getThreadSafe();
void setThreadSafe(boolean 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