| SynchronizationConfigurationSectionPollIntervalXml Property |
Time between polling requests
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string PollIntervalXml { get; set; }
Public Property PollIntervalXml As String
Get
Set
public:
property String^ PollIntervalXml {
String^ get ();
void set (String^ value);
}
member PollIntervalXml : string with get, set
Property Value
Type:
StringSee Also