iControl.LocalLBRateClass.Endget_drop_policy_weight C# (CSharp) Method

Endget_drop_policy_weight() public method

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