Click or drag to resize

SQLiteAuditRepositoryService.Obsolete Method

Obsolete the specified object

Namespace:  SanteDB.DisconnectedClient.Security.Audit
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public AuditData Obsolete(
	Guid key
)

Parameters

key
Type: System.Guid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Obsolete(System.Guid)"]

Return Value

Type: AuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Obsolete(System.Guid)"]

Implements

IRepositoryService<TModel>.Obsolete(Guid)
See Also