Click or drag to resize

ApplicationServiceBehaviorResolveConflict Method

Perform a patch / resolution

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public IdentifiedData ResolveConflict(
	int id,
	Patch resolution
)

Parameters

id
Type: SystemInt32

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

resolution
Type: SanteDB.Core.Model.PatchPatch

[Missing <param name="resolution"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.ResolveConflict(System.Int32,SanteDB.Core.Model.Patch.Patch)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.ResolveConflict(System.Int32,SanteDB.Core.Model.Patch.Patch)"]

Implements

IApplicationServiceContractResolveConflict(Int32, Patch)
See Also