 | IBackupAssetOpen Method |
Open the backup stream
Namespace: SanteDB.Core.Data.BackupAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxabstract Open : unit -> Stream
Return Value
StreamA stream containing the data to be backed up
RemarksImplementers 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