Click or drag to resize

PFApplicationService<PackflowApplicationType>.GetUploadProgress Method

Gets the upload progress (read bytes/total bytes).

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected KeyValuePair<long, long> GetUploadProgress(
	string progressKey
)

Parameters

progressKey
Type: System.String

Return Value

Type: KeyValuePair<Int64, Int64>
See Also