ProcessProgressHandlerTUnitComplete Property
Gets or sets current process progress (i.e., number of units completed processing so far) - note that when this
property value is assigned, the callback function is automatically called with updated
ProcessProgressTUnit
instance so consumer can track progress.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public TUnit Complete { get; set; }
Public Property Complete As TUnit
Get
Set
public:
property TUnit Complete {
TUnit get ();
void set (TUnit value);
}
function get_Complete();
function set_Complete(value);
Property Value
TUnitNumber of units completed processing so far.