Click or drag to resize

P4ServerTaggedOutputDelegate Delegate

Delegate used to send tagged output as it is generated.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public delegate void TaggedOutputDelegate(
	uint cmdId,
	int ObjId,
	TaggedObject Obj
)

Parameters

cmdId
Type: SystemUInt32
Unique Id for the run of the command
ObjId
Type: SystemInt32
Obj
Type: Perforce.P4TaggedObject
Remarks
This delegate will send a complete object after all of its fields have been received by the callback from the bridge dll.
See Also