Show / Hide Table of Contents

    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
    Namespace: Sensus.Adaptation
    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
    Type Name Description
    SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate checkControlCompletionAsync
    System.TimeSpan checkControlCompletionInterval
    System.String userNotificationMessage
    System.String notificationUserResponseMessage

    Properties

    CheckControlCompletionAsync

    Declaration
    public SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate CheckControlCompletionAsync { get; set; }
    Property Value
    Type Description
    SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate

    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
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX