iControl.ManagementCertLDAPConfiguration.Beginset_bind_password C# (CSharp) Method

Beginset_bind_password() public method

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