iControl.WebAcceleratorApplications.reset_statistics C# (CSharp) Method

reset_statistics() private method

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