|
DbStorageClientCreateEntry Method |
Create a new entry on the storage
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic JobEntry CreateEntry(
JobEntry entry,
string operationId,
out Result results
)
Public Function CreateEntry (
entry As JobEntry,
operationId As String,
<OutAttribute> ByRef results As Result
) As JobEntry
public:
JobEntry^ CreateEntry(
JobEntry^ entry,
String^ operationId,
[OutAttribute] Result^% results
)
member CreateEntry :
entry : JobEntry *
operationId : string *
results : Result byref -> JobEntry
Parameters
- entry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
- operationId
- Type: SystemString
- results
- Type: DrawerBackup.Native.Data.EntitiesResult
Return Value
Type:
JobEntry
See Also