Click or drag to resize
RepositoryManagerCreateNew Method
Creates a New Entry to the Image

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IJobEntry CreateNew(
	IJobEntry entry,
	StorageOperation toOperation
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesIJobEntry
Entry to allocate
toOperation
Type: DrawerBackup.Storage.Data.EntitiesStorageOperation

Return Value

Type: IJobEntry
See Also