|
JobOperationManagerAllocateEntry Method |
Allocate the entry into the server database
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void AllocateEntry(
string jobId,
JobEntry entry
)
Public Sub AllocateEntry (
jobId As String,
entry As JobEntry
)
public:
void AllocateEntry(
String^ jobId,
JobEntry^ entry
)
member AllocateEntry :
jobId : string *
entry : JobEntry -> unit
Parameters
- jobId
- Type: SystemString
- entry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
Return Value
Type:
See Also