iControl.LocalLBProfileTCPAnalytics.get_collected_stats_internal_logging_state C# (CSharp) Method

get_collected_stats_internal_logging_state() private method

private get_collected_stats_internal_logging_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
profile_names string
return iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] get_collected_stats_internal_logging_state(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_collected_stats_internal_logging_state", new object [] {
                profile_names});
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileTCPAnalytics