Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.SynchronizeGUI

TElPKCS11CertStorage     


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 storage is managed (when SynchronizeGUI is False).

Discuss this help topic in SecureBlackbox Forum