Click or drag to resize
JobOperationManagerUpdateProgress Method
Update the progress of a entry

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void UpdateProgress(
	string operationId,
	long currentValue,
	long endValue,
	JobProgressKind kind,
	string shortDescription
)

Parameters

operationId
Type: SystemString
Operation ID
currentValue
Type: SystemInt64
Current entry value
endValue
Type: SystemInt64
End value for the entry
kind
Type: DrawerBackup.Server.Data.EntitiesJobProgressKind
shortDescription
Type: SystemString
See Also