ModelFactoryGenerateAlertRuleProcessResult Method
Namespace: MobileTrack.Common.ExtensionsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static AlertRuleProcessResultDto GenerateAlertRuleProcessResult(
SendResult? result,
AlertProcessingContext context,
EventCodeDto? eventCode
)
- result SendResult
-
A result object returned by the connector after interacting with its remote endpoint. This is not identical to the business
object that will be generated by this method: it contains other properties that are used internally by the processing
pipeline to finalize operations, but will contain other data suitable for logging.
- context AlertProcessingContext
- The processing input to the connector.
- eventCode EventCodeDto
- Event code from the device in the original request
AlertRuleProcessResultDtoAn
AlertRuleProcessResultDto to be logged to the database.