iControl.LocalLBProfileFastHttp.get_statistics C# (CSharp) Method

get_statistics() private method

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