P4ServerBinaryResultsDelegate Delegate |
Namespace: Perforce.P4
public delegate void BinaryResultsDelegate( uint cmdId, byte[] data )
Public Delegate Sub BinaryResultsDelegate ( cmdId As UInteger, data As Byte() )
public delegate void BinaryResultsDelegate( unsigned int cmdId, array<unsigned char>^ data )
type BinaryResultsDelegate = delegate of cmdId : uint32 * data : byte[] -> unit