iControl.LocalLBRateClass.Beginget_shaping_policy_percent_of_parent_base_rate C# (CSharp) Method

Beginget_shaping_policy_percent_of_parent_base_rate() public method

public Beginget_shaping_policy_percent_of_parent_base_rate ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_shaping_policy_percent_of_parent_base_rate(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_shaping_policy_percent_of_parent_base_rate", new object[] {
            policies}, callback, asyncState);
        }
LocalLBRateClass