ServerSecurityUserAgentRetry Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the number times to retry the getting of an agent lock for a user request.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long UserAgentRetry { get; set; }
Public Property UserAgentRetry As Long
Get
Set
public:
virtual property long long UserAgentRetry {
long long get () sealed;
void set (long long value) sealed;
}
function get_UserAgentRetry();
function set_UserAgentRetry(value);
Property Value
Type:
Int64The number of times to retry
Return Value
Type:
Int64The number of times to retry
Remarks See Also