| KPIControllerGetKeyPerformanceIndicatorAsync Method |
Asynchronously calculate KPI based on metadata from source data object
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Task<KeyPerformanceIndicator> GetKeyPerformanceIndicatorAsync(
DataObject kpiDataObject,
CancellationTokenSource cancellationTokenSource = null
)
Parameters
- kpiDataObject
- Type: Omada.OE.ModelDataObject
DataObject containing kpi metadata. - cancellationTokenSource (Optional)
- Type: System.ThreadingCancellationTokenSource
Source for cancellation token allowing async method to be cancelled in progress.
Return Value
Type:
TaskKeyPerformanceIndicatorTask that asynchronously returns the KPI
See Also