iControl.LocalLBProfileClientSSL.Beginset_certificate_key_chain_key_file C# (CSharp) Method

Beginset_certificate_key_chain_key_file() public method

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