Click or drag to resize

P4ServerGetTaggedOutput Method

Get the tagged output generated by a command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public TaggedObjectList GetTaggedOutput(
	uint cmdId
)

Parameters

cmdId
Type: SystemUInt32
Unique Id for the run of the command

Return Value

Type: TaggedObjectList
A list of TaggedObjects comprising the tagged output.
See Also