iControl.LocalLBProfileAnalytics.set_alert_sample_period C# (CSharp) Method

set_alert_sample_period() private method

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