iControl.ManagementCertLDAPConfiguration.Beginget_filter C# (CSharp) Method

Beginget_filter() public method

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