|
DbStorageClientReadEntry Method |
Read a entry from the storage to the stream
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Result ReadEntry(
IJobEntry entry,
Stream toStream
)
Public Function ReadEntry (
entry As IJobEntry,
toStream As Stream
) As Result
public:
Result^ ReadEntry(
IJobEntry^ entry,
Stream^ toStream
)
member ReadEntry :
entry : IJobEntry *
toStream : Stream -> Result
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesIJobEntry
- toStream
- Type: System.IOStream
Return Value
Type:
Result
See Also