DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a value that indicates the number of seconds to wait before retrying an agent loack after it has failed.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public long AgentRetryInterval { get; set; } | 
| Visual Basic | 
|---|
| Public Property AgentRetryInterval As Long
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property long long AgentRetryInterval {
	long long get () sealed;
	void set (long long value) sealed;
} | 
Property Value
Type: 
Int64The number of seconds
Return Value
Type: 
Int64The number of seconds
Remarks
 See Also
See Also