|
TransferPackageBuilderAdd Method |
Add the entry to the package
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool Add(
IJobEntry entry,
Stream entryStream
)
Public Function Add (
entry As IJobEntry,
entryStream As Stream
) As Boolean
public:
bool Add(
IJobEntry^ entry,
Stream^ entryStream
)
member Add :
entry : IJobEntry *
entryStream : Stream -> bool
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesIJobEntry
- entryStream
- Type: System.IOStream
Return Value
Type:
BooleanReturns true if the entry is in the package
See Also