iControl.GlobalLBDNSSECZone.Beginremove_key C# (CSharp) Method

Beginremove_key() public method

public Beginremove_key ( string zones, string keys, System callback, object asyncState ) : System.IAsyncResult
zones string
keys string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_key(string [] zones,string [] [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_key", new object[] {
            zones,
            keys}, callback, asyncState);
        }
GlobalLBDNSSECZone