Exemple #1
0
 /// <summary>
 /// Use the infoResultsReceived event to build up a list of info data.
 /// </summary>
 /// <param name="cmdId">Unique Id for the run of the command</param>
 /// <param name="msgId">Message</param>
 /// <param name="level">level of the message</param>
 /// <param name="info">message text</param>
 private void OnInfoOut(uint cmdId, int msgId, int level, String info)
 {
     infoOutput.Add(new P4ClientInfoMessage(msgId, level, info));
 }