|
LdapSecurityProviderCacheRetryDelayInterval Property
|
Gets or sets the wait interval (in milliseconds) before retrying load of offline user data cache.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public double CacheRetryDelayInterval { get; set; }
Public Property CacheRetryDelayInterval As Double
Get
Set
public:
property double CacheRetryDelayInterval {
double get ();
void set (double value);
}
member CacheRetryDelayInterval : float with get, set
function get_CacheRetryDelayInterval();
function set_CacheRetryDelayInterval(value);
View SourceProperty Value
DoubleSee Also