iControl.ManagementCertLDAPConfiguration.Beginget_ignore_unavailable_authentication_information_state C# (CSharp) Method

Beginget_ignore_unavailable_authentication_information_state() public method

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