Click or drag to resize

P4CallBacksProgressUpdateCallback Delegate

Delegate definition for the progress update callback. Called to report incremental progress updates.

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

Parameters

update
Type: SystemInt64
See Also