DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / CacheTolerance Property

In This Topic
    CacheTolerance Property (C1OAuthConnectionStringBuilder)
    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