 | ISynchronizationLogServiceGetAll Method |
Get all log entries
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxIEnumerable<ISynchronizationLogEntry> GetAll()
Function GetAll As IEnumerable(Of ISynchronizationLogEntry)
IEnumerable<ISynchronizationLogEntry^>^ GetAll()
abstract GetAll : unit -> IEnumerable<ISynchronizationLogEntry>
Return Value
IEnumerableISynchronizationLogEntry[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.ISynchronizationLogService.GetAll"]
See Also