iControl.LocalLBProfileAnalytics.Endget_alert_threshold_relation C# (CSharp) Method

Endget_alert_threshold_relation() public method

public Endget_alert_threshold_relation ( System asyncResult ) : LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][]
asyncResult System
return LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][]
        public LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation[][] Endget_alert_threshold_relation(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileAnalyticsAnalyticsAlertThresholdRelation [] [])(results[0]));
        }
LocalLBProfileAnalytics