DataPA Enterprise Dashboard Controls 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
C# |
---|
public long MMFInactiveTimeout { get; set; } |
Visual Basic |
---|
Public Property MMFInactiveTimeout As Long
Get
Set |
Visual C++ |
---|
public:
virtual property long long MMFInactiveTimeout {
long long get () sealed;
void set (long long value) sealed;
} |
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