Exemplo n.º 1
0
 /// <summary>
 /// Gets snapshot of actual values for given <paramref name="interfaceName"/>.
 /// </summary>
 public static InterfacePppoeClientMonitor GetSnapshot(ITikConnection connection, string numbers)
 {
     return(connection.GetInterfacePppoeClientMonitorSnapshot(numbers));
 }