Click or drag to resize

SynchronizedAppServiceBehaviorResolveQueueConflict Method

Perform a patch / resolution

Namespace: SanteDB.Client.Disconnected.Rest
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IdentifiedData ResolveQueueConflict(
	int id,
	Patch resolution
)

Parameters

id  Int32

[Missing <param name="id"/> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.ResolveQueueConflict(System.Int32,SanteDB.Core.Model.Patch.Patch)"]

resolution  Patch

[Missing <param name="resolution"/> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.ResolveQueueConflict(System.Int32,SanteDB.Core.Model.Patch.Patch)"]

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.ResolveQueueConflict(System.Int32,SanteDB.Core.Model.Patch.Patch)"]

Implements

ISynchronizedAppServiceContractResolveQueueConflict(Int32, Patch)
See Also