Search Results for

    Show / Hide Table of Contents

    Class ClientReport

    Client report.

    Inheritance
    System.Object
    Report
    ClientReport
    Inherited Members
    Report.ProcessBoolean(Boolean, Boolean)
    Report.ProcessShort(Int16, Int16)
    Report.ProcessInteger(Int32, Int32)
    Report.ProcessLong(Int64, Int64)
    Report.ProcessFloat(Single, Single)
    Report.ProcessDouble(Double, Double)
    Report.ProcessString(String, String)
    Report.ProcessBooleanArray(Boolean[], Boolean[])
    Report.ProcessShortArray(Int16[], Int16[])
    Report.ProcessIntegerArray(Int32[], Int32[])
    Report.ProcessLongArray(Int64[], Int64[])
    Report.ProcessFloatArray(Single[], Single[])
    Report.ProcessFloatArray(Double[], Double[])
    Report.ProcessObject<T>(T, T)
    Report.ProcessArray<T>(T[], T[])
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ClientReport : Report

    Properties

    Id

    Gets or sets the identifier.

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

    MessageBytesReceived

    Gets or sets the number of message bytes received by this client.

    Declaration
    public long? MessageBytesReceived { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    MessageBytesSent

    Gets or sets the number of message bytes sent by this client.

    Declaration
    public long? MessageBytesSent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    MessagesReceived

    Gets or sets the number of messages received by this client.

    Declaration
    public long? MessagesReceived { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    MessagesSent

    Gets or sets the number of messages sent by this client.

    Declaration
    public long? MessagesSent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    Methods

    DeserializeProperties(String, String)

    Deserializes the properties.

    Declaration
    protected override void DeserializeProperties(string key, string valueJson)
    Parameters
    Type Name Description
    System.String key

    The key.

    System.String valueJson

    The value in JSON format.

    Overrides
    Report.DeserializeProperties(String, String)

    FromJson(String)

    Deserializes an instance from JSON.

    Declaration
    public static ClientReport FromJson(string instanceJson)
    Parameters
    Type Name Description
    System.String instanceJson

    The instance JSON.

    Returns
    Type Description
    ClientReport

    The deserialized instance.

    FromJsonArray(String)

    Derializes an array from JSON.

    Declaration
    public static ClientReport[] FromJsonArray(string arrayJson)
    Parameters
    Type Name Description
    System.String arrayJson

    The array JSON.

    Returns
    Type Description
    ClientReport[]

    The deserialized array.

    SerializeProperties(Dictionary<String, String>)

    Serializes the properties.

    Declaration
    protected override void SerializeProperties(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    Dictionary<System.String, System.String> jsonObject

    The JSON object.

    Overrides
    Report.SerializeProperties(Dictionary<String, String>)

    ToJson()

    Serializes this instance to Json.

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    ToJson(ClientReport)

    Serializes an instance to JSON.

    Declaration
    public static string ToJson(ClientReport instance)
    Parameters
    Type Name Description
    ClientReport instance

    The instance to serialize.

    Returns
    Type Description
    System.String

    The instance JSON.

    ToJsonArray(ClientReport[])

    Serializes an array to JSON.

    Declaration
    public static string ToJsonArray(ClientReport[] array)
    Parameters
    Type Name Description
    ClientReport[] array

    The array.

    Returns
    Type Description
    System.String

    The serialized array JSON.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0