iControl.WebAcceleratorApplications.set_performance_monitor_state C# (CSharp) Method

set_performance_monitor_state() private method

private set_performance_monitor_state ( string applications, CommonEnabledState states ) : void
applications string
states CommonEnabledState
return void
        public void set_performance_monitor_state(
		string [] applications,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_performance_monitor_state", new object [] {
                applications,
                states});
        }
WebAcceleratorApplications