예제 #1
0
 public abstract void ReportOutputData(ResponseCommand response);
예제 #2
0
 public override void ReportOutputData(ResponseCommand response)
 {
     throw (new NotImplementedException());
 }
예제 #3
0
 public override void ReportOutputData(ResponseCommand response)
 {
     lock (_thread_interlock) CommandQueue.Add(response);
 }