Click or drag to resize

P4ServerProgress Property

Progress callback delegates and registration. Used to receive progress events from the bridge while running commands.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax
public ProgressHandler Progress { get; set; }

Property Value

Type: ProgressHandler
See Also