iControl.ManagementCertLDAPConfiguration.Beginset_ignore_unavailable_authentication_information_state C# (CSharp) Method

Beginset_ignore_unavailable_authentication_information_state() public method

public Beginset_ignore_unavailable_authentication_information_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
config_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_unavailable_authentication_information_state(string [] config_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_unavailable_authentication_information_state", new object[] {
            config_names,
            states}, callback, asyncState);
        }
ManagementCertLDAPConfiguration