iControl.LocalLBProfileAnalytics.set_alert_threshold C# (CSharp) Method

set_alert_threshold() private method

private set_alert_threshold ( string profile_names, string alerts, long values ) : void
profile_names string
alerts string
values long
return void
        public void set_alert_threshold(
		string [] profile_names,
		string [] [] alerts,
		long [] [] values
	)
        {
            this.Invoke("set_alert_threshold", new object [] {
                profile_names,
                alerts,
                values});
        }
LocalLBProfileAnalytics