iControl.LocalLBRateClass.Endget_shaping_policy_queueing_method C# (CSharp) Method

Endget_shaping_policy_queueing_method() public method

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