示例#1
0
 internal OnHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.end = end;
 }
示例#2
0
 protected internal void EmitHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.OpenHistoricalDataQueue();
     this.historicalQueue.Enqueue(end);
     this.CloseHistoricalDataQueue();
 }
示例#3
0
		public void OnHistoricalDataEnd(HistoricalDataEnd end)
		{
			this.OnEvent(new OnHistoricalDataEnd(end));
		}
示例#4
0
 internal OnHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.end = end;
 }
 public HistoricalDataEndEventArgs(HistoricalDataEnd end)
 {
     this.End = end;
 }
示例#6
0
		internal void OnHistoricalDataEnd(HistoricalDataEnd end)
		{
			this.handle.Set();
		}
示例#7
0
 public void OnHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.OnEvent(new OnHistoricalDataEnd(end));
 }
示例#8
0
 internal void OnHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.handle.Set();
 }
示例#9
0
 protected internal void EmitHistoricalDataEnd(HistoricalDataEnd end)
 {
     this.OpenHistoricalDataQueue();
     this.historicalQueue.Enqueue(end);
     this.CloseHistoricalDataQueue();
 }
 public HistoricalDataEndEventArgs(HistoricalDataEnd end)
 {
     this.End = end;
 }