Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.FlushCachedDataOnClose

TElSSHCustomForwarding     See also     


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


This property specifies whether to flush cached data before closing.

Declaration

[C#]
    bool FlushCachedDataOnClose;

[VB.NET]
    Property FlushCachedDataOnClose As Boolean

[Pascal]
    property FlushCachedDataOnClose : boolean;

[C++]
    bool get_FlushCachedDataOnClose();
    void set_FlushCachedDataOnClose(bool Value);

[PHP]
    bool get_FlushCachedDataOnClose()
    void set_FlushCachedDataOnClose(bool $Value)

[Java]
    boolean getFlushCachedDataOnClose();
    void setFlushCachedDataOnClose(boolean Value);

Description

    If this property is set to True, the component will not be closed until all cached data will not be sent.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum