P4CallBacksProgressDescriptionCallback Delegate |
Namespace: Perforce.P4
public delegate void ProgressDescriptionCallback( string desc, int units )
Public Delegate Sub ProgressDescriptionCallback ( desc As String, units As Integer )
public delegate void ProgressDescriptionCallback( String^ desc, int units )
type ProgressDescriptionCallback = delegate of desc : string * units : int -> unit