Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Delete

TElDNSResourceRecordSet     See also     


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


Deleted an item from the list.

Declaration

[C#]
    void Delete(int Index);

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

[Pascal]
    procedure Delete(Index : Integer);

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

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • Index - the index of the item to be deleted

Description

    Use this method to delete certain item from the RRset.

See also:     Add     Clear    

Discuss this help topic in SecureBlackbox Forum