ServerSecurityMMFInactiveTimeout Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of seconds after which inactive Dashboards will be unloaded from their memory mapped file.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long MMFInactiveTimeout { get; set; }
Public Property MMFInactiveTimeout As Long
Get
Set
public:
virtual property long long MMFInactiveTimeout {
long long get () sealed;
void set (long long value) sealed;
}
function get_MMFInactiveTimeout();
function set_MMFInactiveTimeout(value);
Property Value
Type:
Int64The number of seconds after which inactive Dashboards will be unloaded from their memory mapped file
Return Value
Type:
Int64The number of seconds after which inactive Dashboards will be unloaded from their memory mapped file
Remarks See Also