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

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public void PrintStreamEvents(
	params string[] args
)

Parameters

args
Type: array<System..::.String>[]()[]
Arguments to the
CopyC#
p4 print
command.

Remarks

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

Examples

CopyC#

See Also