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