SecureBlackbox

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

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


TElSSHTunnelConnectionList.Append

TElSSHTunnelConnectionList     See also    


 

Appends item to the tunnel connections list.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

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

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

[C++]
    not implemented;

   

Return value

    Index of the appended item.

   

Description

    Use this method to append tunnel connection to the list.

   

See also:     Add     Clear     IndexOf     Remove    

 
Back to top