iControl.NetworkingBWPriorityGroup.Endget_priority_class_weight_percentage C# (CSharp) 메소드

Endget_priority_class_weight_percentage() 공개 메소드

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