NET Link Tracker
LinkStatus Enumeration



KellermanSoftware.NetLinkTracker Namespace : LinkStatus Enumeration
The status of a tracked link
Syntax
'Declaration
 
Public Enum LinkStatus 
   Inherits System.Enum
'Usage
 
Dim instance As LinkStatus
public enum LinkStatus : System.Enum 
public enum class LinkStatus : public System.Enum 
Members
MemberDescription
Active The link can be used
ExceededMaximumIpAddresses The link has exceeded the maximum IP addresses
ExceededRequestLimit The link has exceeded the maximum requests
ExceededRequestsPerDayLimit The link has exceeded the maximum requests per day
ExceededRequestsPerMonthLimit The link has exceeded the maximum requests per month
ExceededRequestsPerWeekLimit The link has exceeded the maximum requests per week
ExceededRequestsPerYearLimit The link has exceeded the requests per year
Expired The link is expired (is past the expiration date or cannot be found)
FileNotFound The associated file for the link cannot be found
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetLinkTracker.LinkStatus

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetLinkTracker Namespace