iControl.NetworkingBWControllerPolicy.Beginadd_category_maximum_percentage C# (CSharp) Method

Beginadd_category_maximum_percentage() public method

public Beginadd_category_maximum_percentage ( string policies, string categories, long percentages, System callback, object asyncState ) : System.IAsyncResult
policies string
categories string
percentages long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_category_maximum_percentage(string [] policies,string [] [] categories,long [] [] percentages, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_category_maximum_percentage", new object[] {
            policies,
            categories,
            percentages}, callback, asyncState);
        }
NetworkingBWControllerPolicy