Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.FindAny

TElDNSResourceRecordSet     See also     


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


Performs search for RR of certain type.

Declaration

[C#]
    int FindAny(TSBDNSResourceType ResourceType, int Start);

[VB.NET]
    Function FindAny(ByVal ResourceType As TSBDNSResourceType, ByVal Start As Integer) As Integer

[Pascal]
    function FindAny(ResourceType : TSBDNSResourceType; Start : Integer): Integer;

[C++]
    int32_t FindAny(TSBDNSResourceType ResourceType, int32_t Start);

[PHP]
    integer FindAny(integer $ResourceType, integer $Start)

[Java]
    int findAny(TSBDNSResourceType ResourceType, int Start);

Parameters

  • ResourceType - the type of the RR to look for
  • Start - index of the item from which to start search

Values:

Return value

    Returns the index of the desired item in the list. If the item has not been found, returns -1.

Description

    Use this method to look for the first RR of the desired type in the list.

See also:     Find     FindKey     FindSelfSignedSignature     FindSignature     FindSignatureByUpperLevel    

Discuss this help topic in SecureBlackbox Forum