Click or drag to resize

RemoteAuditRepositoryServiceGet Method (Guid)

Get the specified audit

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public AuditData Get(
	Guid correlationKey
)

Parameters

correlationKey
Type: SystemGuid

[Missing <param name="correlationKey"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Get(System.Guid)"]

Return Value

Type: AuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Get(System.Guid)"]

Implements

IRepositoryServiceTModelGet(Guid)
See Also