Class StcManager
Definition
- Assembly:
- Tizen.Network.Stc.dll
A class which is used to manage Smart Traffic control (Stc).
public static class StcManager
- Inheritance
-
objectStc
Manager
Methods
View SourceGetStatisticsAsync(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 |
---|---|---|
Statistics |
filter | The StatisticsFilter object. |
Returns
Type | Description |
---|---|
System. |
A list of the NetworkStatistics objects. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the method failed due to an invalid operation. |
System. |
Thrown when the method is provided with invalid argument. |
System. |
Thrown when the Stc is not supported. |
System. |
Thrown when the permission is denied. |