Perforce API for the .Net CLR P4.Net

P4Callback.OutputRecord Method 

Executed when tagged output is streamed from the server.

[Visual Basic]
Overridable Public Sub OutputRecord( _
   ByVal record As P4Record _
)
[C#]
public virtual void OutputRecord(
   P4Record record
);

Parameters

record
The tagged output in the form of a P4Record.

See Also

P4Callback Class | P4API Namespace