P4ServerTaggedOutputDelegate Delegate |
Namespace: Perforce.P4
public delegate void TaggedOutputDelegate( uint cmdId, int ObjId, TaggedObject Obj )
Public Delegate Sub TaggedOutputDelegate ( cmdId As UInteger, ObjId As Integer, Obj As TaggedObject )
public delegate void TaggedOutputDelegate( unsigned int cmdId, int ObjId, TaggedObject^ Obj )
type TaggedOutputDelegate = delegate of cmdId : uint32 * ObjId : int * Obj : TaggedObject -> unit