Search Results for

    Show / Hide Table of Contents

    Class ChannelReport

    Channel report.

    Inheritance
    System.Object
    Report
    ChannelReport
    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 ChannelReport : 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 on this channel.

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

    MessageBytesSent

    Gets or sets the number of message bytes sent on this channel.

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

    MessagesReceived

    Gets or sets the number of messages received on this channel.

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

    MessagesSent

    Gets or sets the number of messages sent on this channel.

    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 ChannelReport FromJson(string instanceJson)
    Parameters
    Type Name Description
    System.String instanceJson

    The instance JSON.

    Returns
    Type Description
    ChannelReport

    The deserialized instance.

    FromJsonArray(String)

    Derializes an array from JSON.

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

    The array JSON.

    Returns
    Type Description
    ChannelReport[]

    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(ChannelReport)

    Serializes an instance to JSON.

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

    The instance to serialize.

    Returns
    Type Description
    System.String

    The instance JSON.

    ToJsonArray(ChannelReport[])

    Serializes an array to JSON.

    Declaration
    public static string ToJsonArray(ChannelReport[] array)
    Parameters
    Type Name Description
    ChannelReport[] 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