iControl.NetworkingBWControllerPolicy.Beginadd_category_maximum_rate C# (CSharp) Method

Beginadd_category_maximum_rate() public method

public Beginadd_category_maximum_rate ( string policies, string categories, CommonRateUnit rates, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
rates CommonRateUnit
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_category_maximum_rate(string [] policies,string [] [] categories,CommonRateUnit [] [] rates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_category_maximum_rate", new object[] {
            policies,
            categories,
            rates}, callback, asyncState);
        }
NetworkingBWControllerPolicy