|
DbServerClientUpdateProgressAsync Method |
Register the progress to the server
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void UpdateProgressAsync(
string idOperation,
long currentValue,
long endAt,
JobProgressKind kind,
string shortDescription
)
Public Sub UpdateProgressAsync (
idOperation As String,
currentValue As Long,
endAt As Long,
kind As JobProgressKind,
shortDescription As String
)
public:
void UpdateProgressAsync(
String^ idOperation,
long long currentValue,
long long endAt,
JobProgressKind kind,
String^ shortDescription
)
member UpdateProgressAsync :
idOperation : string *
currentValue : int64 *
endAt : int64 *
kind : JobProgressKind *
shortDescription : string -> unit
Parameters
- idOperation
- Type: SystemString
- currentValue
- Type: SystemInt64
- endAt
- Type: SystemInt64
- kind
- Type: DrawerBackup.Server.Data.EntitiesJobProgressKind
- shortDescription
- Type: SystemString
See Also