iControl.NetworkingBWControllerPolicy.Beginget_category_maximum_percentage C# (CSharp) Method

Beginget_category_maximum_percentage() public method

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