Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetUploadProgress 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: SystemString

Return Value

Type: KeyValuePairInt64, Int64
See Also