iControl.LocalLBProfileTCPAnalytics.set_collect_by_region_state C# (CSharp) Method

set_collect_by_region_state() private method

private set_collect_by_region_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
return void
        public void set_collect_by_region_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_collect_by_region_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileTCPAnalytics