iControl.LocalLBProfileClientSSL.Beginget_certificate_key_chain_chain_file C# (CSharp) Method

Beginget_certificate_key_chain_chain_file() public method

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