|
DbServerClientAllocateEntry Method |
Allocate a entry to the server
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool AllocateEntry(
string jobId,
JobEntry entry
)
Public Function AllocateEntry (
jobId As String,
entry As JobEntry
) As Boolean
public:
bool AllocateEntry(
String^ jobId,
JobEntry^ entry
)
member AllocateEntry :
jobId : string *
entry : JobEntry -> bool
Parameters
- jobId
- Type: SystemString
- entry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
Return Value
Type:
Boolean
See Also