iControl.LocalLBContentPolicy.Beginremove_all_rule_actions C# (CSharp) Method

Beginremove_all_rule_actions() public method

public Beginremove_all_rule_actions ( string policies, string rules, System callback, object asyncState ) : System.IAsyncResult
policies string
rules string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_rule_actions(string [] policies,string [] [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_rule_actions", new object[] {
            policies,
            rules}, callback, asyncState);
        }
LocalLBContentPolicy