Click or drag to resize

ApplicationServiceBehaviorRetry Method

Retry the queue item

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public void Retry(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.Retry(System.Int32)"]

Implements

IApplicationServiceContractRetry(Int32)
See Also