iControl.LocalLBProfileAnalytics.get_alert_sample_period C# (CSharp) Method

get_alert_sample_period() private method

private get_alert_sample_period ( string profile_names, string alerts ) : long[][]
profile_names string
alerts string
return long[][]
        public long[][] get_alert_sample_period(
		string [] profile_names,
		string [] [] alerts
	)
        {
            object [] results = this.Invoke("get_alert_sample_period", new object [] {
                profile_names,
                alerts});
            return ((long [] [])(results[0]));
        }
LocalLBProfileAnalytics