ClientSftpChannel - Release

[C]

void __cdecl FlowSshC_ClientSftpChannel_Release(FlowSshC_ClientSftpChannel* channel);

[C] Parameters

Remarks

Decrements the channel objects reference count. Once the reference count drops to 0, the object is automatically destroyed. See also [ClientSftpChannel]AddRef.
Important: The library might hold a reference on the object too. The object is destroyed when both the user AND the library have released it.