|
RepositoryManagerCreateNew Method |
Creates a New Entry to the Image
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IJobEntry CreateNew(
IJobEntry entry,
StorageOperation toOperation
)
Public Function CreateNew (
entry As IJobEntry,
toOperation As StorageOperation
) As IJobEntry
public:
IJobEntry^ CreateNew(
IJobEntry^ entry,
StorageOperation^ toOperation
)
member CreateNew :
entry : IJobEntry *
toOperation : StorageOperation -> IJobEntry
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesIJobEntry
Entry to allocate
- toOperation
- Type: DrawerBackup.Storage.Data.EntitiesStorageOperation
Return Value
Type:
IJobEntry
See Also