iControl.LocalLBProfileAnalytics.get_collect_methods_state C# (CSharp) Method

get_collect_methods_state() private method

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