Click or drag to resize
JobOperationManagerAllocateEntry Method
Allocate the entry into the server database

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void AllocateEntry(
	string jobId,
	JobEntry entry
)

Parameters

jobId
Type: SystemString
entry
Type: DrawerBackup.Native.Data.EntitiesJobEntry

Return Value

Type: 
See Also