Discuss this help topic in SecureBlackbox Forum
This property specifies whether to flush cached data before closing.
Declaration
[C#/Java]
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)
Description
If this property is set to
True, the component will not be closed until all cached data will not be sent.
Discuss this help topic in SecureBlackbox Forum