iControl.GlobalLBDNSSECKey.Begindelete_key C# (CSharp) Method

Begindelete_key() public method

public Begindelete_key ( string keys, System callback, object asyncState ) : System.IAsyncResult
keys string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_key(string [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_key", new object[] {
            keys}, callback, asyncState);
        }
GlobalLBDNSSECKey