iControl.GlobalLBDNSSECKey.Beginget_expiration_period C# (CSharp) Method

Beginget_expiration_period() public method

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