예제 #1
0
 public override void OnProtoReport(ProtoReport report)
 {
     Console.WriteLine("Proto report: {0}", report);
 }
예제 #2
0
파일: IFacade.cs 프로젝트: zhouyanlt/llbc
 /// <summary>
 /// When proto-stack has message to report, will call this handler to process.
 /// </summary>
 /// <param name="report">report message info</param>
 public virtual void OnProtoReport(ProtoReport report)
 {
 }
예제 #3
0
파일: IFacade.cs 프로젝트: lailongwei/llbc
 /// <summary>
 /// When proto-stack has message to report, will call this handler to process.
 /// </summary>
 /// <param name="report">report message info</param>
 public virtual void OnProtoReport(ProtoReport report)
 {
 }