iControl.GlobalLBDNSSECKey.Beginget_certificate_file C# (CSharp) Method

Beginget_certificate_file() public method

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