iControl.LocalLBProfileAnalytics.Endget_alert_threshold_relation C# (CSharp) Méthode

Endget_alert_threshold_relation() public méthode

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