Class StcManager

    Definition

    Namespace:
    Tizen.Network.Stc
    Assembly:
    Tizen.Network.Stc.dll

    A class which is used to manage Smart Traffic control (Stc).

    public static class StcManager
    Inheritance
    object
    StcManager

    Methods

    View Source

    GetStatisticsAsync(StatisticsFilter)

    Gets statistics information of applications that used network in between specified timestamps and matches the given StatisticsFilter, asynchronously.

    Declaration
    public static Task<IEnumerable<NetworkStatistics>> GetStatisticsAsync(StatisticsFilter filter)
    Parameters
    Type Name Description
    StatisticsFilter filter

    The StatisticsFilter object.

    Returns
    Type Description
    Task<><IEnumerable<><NetworkStatistics>>

    A list of the NetworkStatistics objects.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX