コード例 #1
0
 public AverageAggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
     : base(aggregateTimeWindow)
 {
 }
コード例 #2
0
 public AverageAggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
     : base(aggregateTimeWindow)
 {
 }
コード例 #3
0
 public AggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
 {
     this.AggregateTimeWindow = aggregateTimeWindow;
 }
コード例 #4
0
 public AggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
 {
     this.AggregateTimeWindow = aggregateTimeWindow;
 }