Click or drag to resize

P4CallBacksProgressDescriptionCallback Delegate

Delegate definition for the progress description callback. Provides a description and units for the progress operation.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax
public delegate void ProgressDescriptionCallback(
	string desc,
	int units
)

Parameters

desc
Type: SystemString
units
Type: SystemInt32
See Also