iControl.LocalLBProfileClientSSL.Beginset_forward_proxy_certificate_lifespan C# (CSharp) Method

Beginset_forward_proxy_certificate_lifespan() public method

public Beginset_forward_proxy_certificate_lifespan ( string profile_names, LocalLBProfileULong lifespans, System callback, object asyncState ) : System.IAsyncResult
profile_names string
lifespans LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_forward_proxy_certificate_lifespan(string [] profile_names,LocalLBProfileULong [] lifespans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_forward_proxy_certificate_lifespan", new object[] {
            profile_names,
            lifespans}, callback, asyncState);
        }
LocalLBProfileClientSSL