Class SensingAgent.ControlCompletionCheck
Specifies a check to run periodically to (1) assess whether sensing control has been
completed and (2) to transition sensing parameters into subsequent settings.
Inheritance
System.Object
SensingAgent.ControlCompletionCheck
Assembly: Sensus.Shared.NuGet.dll
Syntax
public class ControlCompletionCheck : Object
Constructors
ControlCompletionCheck(SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate, TimeSpan, String, String)
Declaration
public ControlCompletionCheck(SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate checkControlCompletionAsync, TimeSpan checkControlCompletionInterval, string userNotificationMessage, string notificationUserResponseMessage)
Parameters
Properties
CheckControlCompletionAsync
Declaration
public SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate CheckControlCompletionAsync { get; set; }
Property Value
CheckControlCompletionInterval
Declaration
public TimeSpan CheckControlCompletionInterval { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
NotificationUserResponseMessage
Declaration
public string NotificationUserResponseMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
UserNotificationMessage
Declaration
public string UserNotificationMessage { get; set; }
Property Value
Type |
Description |
System.String |
|