|
JobOperationManagerUpdateProgress Method |
Update the progress of a entry
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void UpdateProgress(
string operationId,
long currentValue,
long endValue,
JobProgressKind kind,
string shortDescription
)
Public Sub UpdateProgress (
operationId As String,
currentValue As Long,
endValue As Long,
kind As JobProgressKind,
shortDescription As String
)
public:
void UpdateProgress(
String^ operationId,
long long currentValue,
long long endValue,
JobProgressKind kind,
String^ shortDescription
)
member UpdateProgress :
operationId : string *
currentValue : int64 *
endValue : int64 *
kind : JobProgressKind *
shortDescription : string -> unit
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