iControl.GlobalLBDNSSECKey.Beginget_hardware_security_module_type C# (CSharp) Method

Beginget_hardware_security_module_type() public method

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