ServerSecurityUserAgentRetryInterval Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number of milliseconds to wait before retrying an agent lock from a user request after it has failed.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long UserAgentRetryInterval { get; set; }
Public Property UserAgentRetryInterval As Long
Get
Set
public:
virtual property long long UserAgentRetryInterval {
long long get () sealed;
void set (long long value) sealed;
}
function get_UserAgentRetryInterval();
function set_UserAgentRetryInterval(value);
Property Value
Type:
Int64The number of milliseconds
Return Value
Type:
Int64The number of milliseconds
Remarks See Also