iControl.LocalLBProfileFastHttp.get_statistics C# (CSharp) 메소드

get_statistics() 개인적인 메소드

private get_statistics ( string profile_names ) : LocalLBProfileFastHttpProfileFastHttpStatistics
profile_names string
리턴 LocalLBProfileFastHttpProfileFastHttpStatistics
        public LocalLBProfileFastHttpProfileFastHttpStatistics get_statistics(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_statistics", new object [] {
                profile_names});
            return ((LocalLBProfileFastHttpProfileFastHttpStatistics)(results[0]));
        }
LocalLBProfileFastHttp