Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Clear

TElDNSResourceRecordSet     See also     


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


Deletes all items from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to delete all items and clear the RRset.

See also:     Delete    

Discuss this help topic in SecureBlackbox Forum