iControl.PEMPolicy.Endget_rule_downlink_volume_threshold C# (CSharp) Метод

Endget_rule_downlink_volume_threshold() публичный Метод

public Endget_rule_downlink_volume_threshold ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]
        public long[][] Endget_rule_downlink_volume_threshold(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
PEMPolicy