 | SynchronizationConfigurationSectionPollInterval Property |
The time between polling requests
Namespace: SanteDB.Client.Disconnected.Data.Synchronization.ConfigurationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic TimeSpan PollInterval { get; set; }Public Property PollInterval As TimeSpan
Get
Set
public:
property TimeSpan PollInterval {
TimeSpan get ();
void set (TimeSpan value);
}member PollInterval : TimeSpan with get, set
Property Value
TimeSpan
See Also