[SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

[SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Post by pcz » Thu 02 Jun 2016 06:18

Hello

I have noticed that after I add AfterWriteData event handler for SFTPClient there ale no calls of OnSuccess event handler with Operation "opWritingFile"

Is it intended behaviour?
There is no explanation in help...

Regards
P.C.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Post by ViktorV » Fri 03 Jun 2016 12:30

Yes, you are right. When using the AfterWriteData event handler, the onSuccess event is not triggered on Operation = opWritingFile.

pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Post by pcz » Fri 03 Jun 2016 13:07

Thanks for confirmation!

A chapter in help file could be helpful ;)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: [SFTP client] AfterWriteData handler eliminates calling OnSuccess calls?

Post by ViktorV » Mon 13 Jun 2016 13:31

We will add this information in the SecureBridge documentation.

Post Reply