iControl.ManagementCertLDAPConfiguration.Beginset_search_scope C# (CSharp) Method

Beginset_search_scope() public method

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