iControl.LocalLBProfileFastHttp.reset_statistics C# (CSharp) Метод

reset_statistics() приватный Метод

private reset_statistics ( string profile_names ) : void
profile_names string
Результат void
        public void reset_statistics(
		string [] profile_names
	)
        {
            this.Invoke("reset_statistics", new object [] {
                profile_names});
        }
LocalLBProfileFastHttp