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