adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / AutoKeepAliveInterval Property


In This Topic
    AutoKeepAliveInterval Property
    In This Topic
    Interval at which the Scheduler session will ping the server to keep the session alive.
    Syntax
    'Declaration
     
    
    Public Property AutoKeepAliveInterval As TimeSpan
    public TimeSpan AutoKeepAliveInterval {get; set;}
    public:
    property TimeSpan AutoKeepAliveInterval {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Cannot be less than 1 minute. The default value of 5 minutes is appropriate for most scenarios.
    See Also