Click or drag to resize

P4ServerTextResultsDelegate Delegate

Delegate used to send Text Results as they are generated.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate void TextResultsDelegate(
	uint cmdId,
	string data
)

Parameters

cmdId
Type: SystemUInt32
Unique Id for the run of the command
data
Type: SystemString
Text results generated by the command
Remarks
This delegate will send a block of data for each call received by the callback from the bridge dll.
See Also