| IApplicationServiceContractResetRetry Method (String) |
Reset the queue and try sync complete
Namespace:
SanteDB.DisconnectedClient.Ags.Contracts
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax void ResetRetry(
string resourceType
)
Sub ResetRetry (
resourceType As String
)
void ResetRetry(
String^ resourceType
)
abstract ResetRetry :
resourceType : string -> unit
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.ResetRetry(System.String)"]
See Also