P4ServerTextResultsDelegate Delegate |
Namespace: Perforce.P4
public delegate void TextResultsDelegate( uint cmdId, string data )
Public Delegate Sub TextResultsDelegate ( cmdId As UInteger, data As String )
public delegate void TextResultsDelegate( unsigned int cmdId, String^ data )
type TextResultsDelegate = delegate of cmdId : uint32 * data : string -> unit