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