Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecord.TimeToLive

TElDNSResourceRecord     See also     


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


Time To Live in seconds.

Declaration

[C#]
    uint TimeToLive;

[VB.NET]
    Property TimeToLive As UInt32

[Pascal]
    property TimeToLive : cardinal;

[C++]
    uint32_t get_TimeToLive();
    void set_TimeToLive(uint32_t Value);

[PHP]
    integer get_TimeToLive()
    void set_TimeToLive(integer $Value)

[Java]
    int getTimeToLive();
    void setTimeToLive(int Value);

Description

    This value indicates how long the RR may be cached. The value 0 (zero) indicates that data should not be cached.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum