| 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
)
Public Function Get (
correlationKey As Guid
) As AuditData
public:
virtual AuditData^ Get(
Guid correlationKey
) sealed
abstract Get :
correlationKey : Guid -> AuditData
override Get :
correlationKey : Guid -> AuditData
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