SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElSSHTunnelConnectionList.Remove

TElSSHTunnelConnectionList     See also    


 

Removes the item from the tunnel connections list.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Sub Remove(Index As Long)

[ActiveX]
    HRESULT _stdcall Remove([in] long Index);

[C++]
    not implemented;

   

Parameters

  • Index - index of the item to be removed.
   

Description

    Use this method to remove tunnel connection from the list.

   

See also:     Add     Append     Clear     IndexOf    

 
Back to top