Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Insert

TElDNSResourceRecordSet     See also     


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


Inserts an RR into the set.

Declaration

[VB.NET]
    Function Insert(ByVal Index As Integer, ByVal ResourceType As TSBDNSResourceType) As TElDNSResourceRecord

[Pascal]
    function Insert(Index : Integer; ResourceType : TSBDNSResourceType) : TElDNSResourceRecord;

[PHP]
    TElDNSResourceRecord Insert(integer $Index, integer $ResourceType)

Parameters

  • Index - the position in the list where to insert a new item
  • ResourceType - type of the RR to be inserted

Values:

Return value

    Returns the newly created RR.

Description

    Use this method to create a new RR and insert it onto the certain position in the list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum