Click or drag to resize
DbStorageClientReadEntry Method
Read a entry from the storage to the stream

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public Result ReadEntry(
	IJobEntry entry,
	Stream toStream
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesIJobEntry
toStream
Type: System.IOStream

Return Value

Type: Result
See Also