Discuss this help topic in SecureBlackbox Forum
This property specifies whether to use 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.
Discuss this help topic in SecureBlackbox Forum