Show / Hide Table of Contents

    Class ProtocolState

    Protocol state.

    Inheritance
    System.Object
    ProtocolState
    Namespace: Sensus
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public sealed class ProtocolState : Enum

    Fields

    Paused

    The protocol has been paused, which means that it is not storing data and is not registered as Running, but is active in other ways (e.g., surveys will fire, push notifications will be received, data will be transmitted to the remote data store.

    Declaration
    public const ProtocolState Paused
    Field Value
    Type Description
    ProtocolState

    Running

    The IProtocol has started and is a candidate for Stopping.

    Declaration
    public const ProtocolState Running
    Field Value
    Type Description
    ProtocolState

    Starting

    The IProtocol is starting up and will soon become Running.

    Declaration
    public const ProtocolState Starting
    Field Value
    Type Description
    ProtocolState

    Stopped

    The IProtocol is stopped and is a candidate for Starting.

    Declaration
    public const ProtocolState Stopped
    Field Value
    Type Description
    ProtocolState

    Stopping

    The IProtocol is in the middle of stopping and will soon become Stopped.

    Declaration
    public const ProtocolState Stopping
    Field Value
    Type Description
    ProtocolState

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX