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