 | SynchronizationConfigurationSectionAutomaticRetry Property |
True if the system should try to automatically update conflicts (this will increase bandwidth use but reduces the number of
conflicts in the dead letter queue due to version UUID mismatches)
Namespace: SanteDB.Client.Disconnected.Data.Synchronization.ConfigurationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool AutomaticRetry { get; set; }Public Property AutomaticRetry As Boolean
Get
Set
public:
property bool AutomaticRetry {
bool get ();
void set (bool value);
}member AutomaticRetry : bool with get, set
Property Value
Boolean
See Also