iControl.NetworkingInterfaces.reset_statistics C# (CSharp) Méthode

reset_statistics() private méthode

private reset_statistics ( string interfaces ) : void
interfaces string
Résultat void
        public void reset_statistics(
		string [] interfaces
	)
        {
            this.Invoke("reset_statistics", new object [] {
                interfaces});
        }
NetworkingInterfaces