Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.SynchronizeGUI

TElSSHCustomForwarding     


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


Specifies whether events should be called in context of main thread.

Declaration

[C#]
    bool SynchronizeGUI;

[VB.NET]
    Property SynchronizeGUI As Boolean

[Pascal]
    property SynchronizeGUI: Boolean;

[C++]
    bool get_SynchronizeGUI();
    void set_SynchronizeGUI(bool Value);

[PHP]
    bool get_SynchronizeGUI()
    void set_SynchronizeGUI(bool $Value)

[Java]
    boolean getSynchronizeGUI();
    void setSynchronizeGUI(boolean Value);

Description

    This property defines whether the events are fired in context of main application thread (when SynchronizeGUI is True) or in context of the thread, in which the connection is managed (when SynchronizeGUI is False).
    Default value is False.
    This property has no effect under .NET.

Discuss this help topic in SecureBlackbox Forum