iControl.ManagementCertLDAPConfiguration.Beginget_search_scope C# (CSharp) Method

Beginget_search_scope() public method

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