| OutboundQueueEntryRetryCount Property |
Indicates the fail count
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int RetryCount { get; set; }
Public Property RetryCount As Integer
Get
Set
public:
property int RetryCount {
int get ();
void set (int value);
}
member RetryCount : int with get, set
Property Value
Type:
Int32See Also