Click or drag to resize

P4CallBacksInfoResultsDelegate Delegate

Delegate definition for the info results callback.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate void InfoResultsDelegate(
	uint cmdID,
	int msgID,
	int level,
	IntPtr info
)

Parameters

cmdID
Type: SystemUInt32
Id of the command making the callback
msgID
Type: SystemInt32
Unique Id of the message from the server
level
Type: SystemInt32
info
Type: SystemIntPtr
Remarks
The "info" results generally are the output of commands that are run not using tagged protocol
See Also