| ApplicationServiceBehaviorGetConflict Method |
Gets the conflict data a patch representing the difference between the server version and the local version being
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public Patch GetConflict(
int id
)
Public Function GetConflict (
id As Integer
) As Patch
public:
virtual Patch^ GetConflict(
int id
) sealed
abstract GetConflict :
id : int -> Patch
override GetConflict :
id : int -> Patch
Parameters
- id
- Type: SystemInt32
[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetConflict(System.Int32)"]
Return Value
Type:
Patch[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetConflict(System.Int32)"]
Implements
IApplicationServiceContractGetConflict(Int32)See Also