Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.ThreadSafe

TElSimpleSFTPClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies whether to use thread-safe mode.

Declaration

[C#]
    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)

[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