Discuss this help topic in SecureBlackbox Forum
This event is fired when SFTP connection is closed.
Declaration
[C#/Java]
event TNotifyEvent OnCloseConnection;
[VB.NET]
Event OnCloseConnection As TNotifyEvent
[Pascal]
property OnCloseConnection : TNotifyEvent;
[C++]
void get_OnCloseConnection(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnCloseConnection(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnCloseConnection()
void set_OnCloseConnection(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElSftpClient when the SFTP subsystem connection is closed
After this event is fired the file operations may not be performed.
Discuss this help topic in SecureBlackbox Forum