| ApplicationServiceBehaviorResetRetry Method (String) |
Reset the queues and retry sync
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public void ResetRetry(
string resourceType
)
Public Sub ResetRetry (
resourceType As String
)
public:
virtual void ResetRetry(
String^ resourceType
) sealed
abstract ResetRetry :
resourceType : string -> unit
override ResetRetry :
resourceType : string -> unit
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.ResetRetry(System.String)"]
Implements
IApplicationServiceContractResetRetry(String)See Also