DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / CacheTolerance Property

In This Topic
    CacheTolerance Property (C1ServiceNowConnectionStringBuilder)
    In This Topic
    The cache expiration interval of time given in seconds. Default value is 600 seconds.
    Syntax
    'Declaration
     
    Public Property CacheTolerance As Integer
    public int CacheTolerance {get; set;}
    See Also