Click or drag to resize
DbStorageClientCreateEntry Method
Create a new entry on the storage

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public JobEntry CreateEntry(
	JobEntry entry,
	string operationId,
	out Result results
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesJobEntry
operationId
Type: SystemString
results
Type: DrawerBackup.Native.Data.EntitiesResult

Return Value

Type: JobEntry
See Also