iControl.ASMPolicyGroup.Beginremove_all_policies C# (CSharp) Method

Beginremove_all_policies() public method

public Beginremove_all_policies ( string group_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_policies(string [] group_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_policies", new object[] {
            group_names}, callback, asyncState);
        }