 | RedisConfigurationSectionPublishChanges Property |
When true, instructs SanteDB to use the REDIS pub/sub mechanisms to notify other SanteDB servers that a cache object has changed
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic bool PublishChanges { get; set; }Public Property PublishChanges As Boolean
Get
Set
public:
property bool PublishChanges {
bool get ();
void set (bool value);
}member PublishChanges : bool with get, set
Property Value
Boolean
See Also