| 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
)
Public Function ResolveConflict (
id As Integer,
resolution As Patch
) As IdentifiedData
public:
virtual IdentifiedData^ ResolveConflict(
int id,
Patch^ resolution
) sealed
abstract ResolveConflict :
id : int *
resolution : Patch -> IdentifiedData
override ResolveConflict :
id : int *
resolution : Patch -> IdentifiedData
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