Click or drag to resize
DbServerClientUpdateProgressAsync Method
Register the progress to the server

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void UpdateProgressAsync(
	string idOperation,
	long currentValue,
	long endAt,
	JobProgressKind kind,
	string shortDescription
)

Parameters

idOperation
Type: SystemString
currentValue
Type: SystemInt64
endAt
Type: SystemInt64
kind
Type: DrawerBackup.Server.Data.EntitiesJobProgressKind
shortDescription
Type: SystemString
See Also