| SynchronizationConfigurationSectionPollInterval Property |
Poll interval
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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
Type:
TimeSpanSee Also