Discuss this help topic in SecureBlackbox Forum

TElOTPUserStorage.Remove

TElOTPUserStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes the specified item from the storage.

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index: integer);

[C++]
    void Remove(int32_t Index);

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - the index of the item to be removed. The indexing starts with 0.

Description

    Use this method to remove the specified user from the storage.

See also:     Add     Clear     IndexOf     Users    

Discuss this help topic in SecureBlackbox Forum