iControl.GlobalLBDNSSECKey.Beginset_expiration_period C# (CSharp) Method

Beginset_expiration_period() public method

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