iControl.PEMPolicy.Beginremove_all_rules C# (CSharp) Method

Beginremove_all_rules() public method

public Beginremove_all_rules ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_rules(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_rules", new object[] {
            policies}, callback, asyncState);
        }
PEMPolicy