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