Perforce API for the .Net CLR P4.Net

P4Connection.PrintStreamEvents Method 

Runs a print command, and raises events for each file printed.

[Visual Basic]
Public Sub PrintStreamEvents( _
   ParamArray args As String() _
)
[C#]
public void PrintStreamEvents(
   params string[] args
);

Parameters

args
Arguments to the
p4 print
command.

Remarks

This method is useful when you need to print several files with a single call to the Perforce server.

Events

Event Type Reason
OnPrintStream
OnPrintEndFile

Example

        

See Also

P4Connection Class | P4API Namespace