Client - Release[C] void __cdecl FlowSshC_Client_Release(FlowSshC_Client* client); [C++] [Client] void Release() const; [C] Parameters
Remarks Decrements the client objects reference count. Once the reference count drops to 0, the object is automatically destroyed. See also [Client]AddRef. |