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);
}
See Also