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