 | ISynchronizationQueueEntryRetryCount Property |
Get whether the object is a retry
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxReadOnly Property RetryCount As Integer?
Get
property Nullable<int> RetryCount {
Nullable<int> get ();
}abstract RetryCount : Nullable<int> with get
Property Value
NullableInt32
See Also