| CacheConfigurationMaxDirtyAge Property |
Maximum time that can pass without cleaning
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public long MaxDirtyAge { get; set; }
Public Property MaxDirtyAge As Long
Get
Set
public:
property long long MaxDirtyAge {
long long get ();
void set (long long value);
}
member MaxDirtyAge : int64 with get, set
Property Value
Type:
Int64See Also