| 
            
              EmailNotifierPublishFrame Method 
             | 
          
        
         
            Publish IFrame of time-aligned collection of IMeasurement values that arrived within the
            concentrator's defined LagTime.
            
 
    Namespace: 
   DynamicCalculator
    Assembly:
   DynamicCalculator (in DynamicCalculator.dll) Version: 2.2.131-beta
Syntaxprotected override void PublishFrame(
	IFrame frame,
	int index
)
Protected Overrides Sub PublishFrame ( 
	frame As IFrame,
	index As Integer
)
protected:
virtual void PublishFrame(
	IFrame^ frame, 
	int index
) override
abstract PublishFrame : 
        frame : IFrame * 
        index : int -> unit 
override PublishFrame : 
        frame : IFrame * 
        index : int -> unit function PublishFrame(frame, index);
 Request Example
		View SourceParameters
- frame
 - Type: GSF.TimeSeriesIFrame
IFrame of measurements with the same timestamp that arrived within LagTime that are ready for processing. - index
 - Type: SystemInt32
Index of IFrame within a second ranging from zero to FramesPerSecond - 1. 
See Also