iControl.ManagementCertLDAPConfiguration.Beginset_ssl_cipher C# (CSharp) Method

Beginset_ssl_cipher() public method

public Beginset_ssl_cipher ( string config_names, string ciphers, System callback, object asyncState ) : System.IAsyncResult
config_names string
ciphers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ssl_cipher(string [] config_names,string [] [] ciphers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ssl_cipher", new object[] {
            config_names,
            ciphers}, callback, asyncState);
        }
ManagementCertLDAPConfiguration