SecureBlackbox

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

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


TElSSHTunnelConnectionList.IndexOf

TElSSHTunnelConnectionList     See also    


 

Returns tunnel connection index by its value.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Function IndexOf(Value As IElSSHTunnelConnectionX) As Long

[ActiveX]
    HRESULT _stdcall IndexOf([in] IElSSHTunnelConnectionX * Value, [out,retval] long * Index);

[C++]
    not implemented;

   

Return value

    Index of the specified item.

   

Description

    Use this method to get index of the tunnel connection in the list.

   

See also:     Add     Append     Clear     Remove    

 
Back to top