iControl.NetworkingInterfaces.reset_statistics C# (CSharp) Method

reset_statistics() private method

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