 | ISynchronizationLogServiceGet Method |
Get the last time that the specified type was synchronized
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxISynchronizationLogEntry Get(
Type modelType,
string filter = null
)
Function Get (
modelType As Type,
Optional filter As String = Nothing
) As ISynchronizationLogEntry
ISynchronizationLogEntry^ Get(
Type^ modelType,
String^ filter = nullptr
)
abstract Get :
modelType : Type *
?filter : string
(* Defaults:
let _filter = defaultArg filter null
*)
-> ISynchronizationLogEntry Parameters
- modelType Type
[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Get(System.Type,System.String)"]
- filter String (Optional)
[Missing <param name="filter"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Get(System.Type,System.String)"]
Return Value
ISynchronizationLogEntry[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.Get(System.Type,System.String)"]
See Also