Click or drag to resize

P4CallBacksProgressTotalCallback Delegate

Delegate definition for the progress total callback. Indicates the total work units for the progress operation.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax
public delegate void ProgressTotalCallback(
	long total
)

Parameters

total
Type: SystemInt64
See Also