Click or drag to resize

IBackupAssetOpen Method

Open the backup stream

Namespace: SanteDB.Core.Data.Backup
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Stream Open()

Return Value

Stream
A stream containing the data to be backed up
Remarks
Implementers of this interface should ensure that on an Open() the file or backing source is frozen - so that changes from other threads cannot be written
See Also