Perforce API for the .Net CLR P4.Net

P4Callback.OutputInfo�Method�

Executed when a textual message is output from the underlying API.

[Visual�Basic]
Overridable�Public�Sub�OutputInfo( _
���ByVal data�As�String�_
)
[C#]
public�virtual�void�OutputInfo(
���stringdata
);

Parameters

data
The textual message.

Remarks

The majority of commands output messages from OutputMessage, but there are some commands that ocasionally call OutputInfo without the full data of the message string.

See Also

P4Callback Class | P4API Namespace