iControl.WebAcceleratorApplications.get_performance_monitor_state C# (CSharp) Method

get_performance_monitor_state() private method

private get_performance_monitor_state ( string applications ) : CommonEnabledState[]
applications string
return CommonEnabledState[]
        public CommonEnabledState[] get_performance_monitor_state(
		string [] applications
	)
        {
            object [] results = this.Invoke("get_performance_monitor_state", new object [] {
                applications});
            return ((CommonEnabledState [])(results[0]));
        }
WebAcceleratorApplications