iControl.NetworkingBWControllerPolicy.Beginremove_category C# (CSharp) Method

Beginremove_category() public method

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