Click or drag to resize

ProgressCallback Delegate

A progress callback delegate.

Namespace:  Zivid.NET.Firmware
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public delegate void ProgressCallback(
	double progress,
	string stageDescription
)

Parameters

progress
Type: SystemDouble
stageDescription
Type: SystemString
See Also