iControl.NetworkingBWPriorityGroup.Endget_priority_class_weight_percentage C# (CSharp) Method

Endget_priority_class_weight_percentage() public method

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