iControl.LocalLBProfileClientSSL.Beginset_certificate_key_chain_ocsp_stapling_parameters C# (CSharp) Method

Beginset_certificate_key_chain_ocsp_stapling_parameters() public method

public Beginset_certificate_key_chain_ocsp_stapling_parameters ( string profile_names, string objects, string ocsp_parameters, System callback, object asyncState ) : System.IAsyncResult
profile_names string
objects string
ocsp_parameters string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_certificate_key_chain_ocsp_stapling_parameters(string [] profile_names,string [] [] objects,string [] [] ocsp_parameters, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_certificate_key_chain_ocsp_stapling_parameters", new object[] {
            profile_names,
            objects,
            ocsp_parameters}, callback, asyncState);
        }
LocalLBProfileClientSSL