Search Results for

    Show / Hide Table of Contents

    Class ClientStateRecord

    Represents a single Client state transition record with timing information.

    Inheritance
    System.Object
    ClientStateRecord
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ClientStateRecord : object

    Properties

    ClientStateString

    Gets the string representation of the client state.

    Declaration
    public string ClientStateString { get; }
    Property Value
    Type Description
    System.String

    DateTime

    Gets or sets the UTC datetime when the state transition occurred.

    Declaration
    public DateTime DateTime { get; set; }
    Property Value
    Type Description
    DateTime

    State

    Gets or sets the Client state.

    Declaration
    public ClientState State { get; set; }
    Property Value
    Type Description
    ClientState

    TimeStamp

    Gets or sets the millisecond timestamp when the state transition occurred.

    Declaration
    public long TimeStamp { get; set; }
    Property Value
    Type Description
    System.Int64
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.24.3