iControl.LocalLBProfileClientSSL.Beginadd_certificate_key_chain C# (CSharp) Method

Beginadd_certificate_key_chain() public method

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