Click or drag to resize

ConnectionProgress Property

Progress handler for reporting progress events during command execution. If set, progress callbacks will be registered with the server.

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