iControl.ManagementCCLDAPConfiguration.Beginget_cache_size C# (CSharp) Method

Beginget_cache_size() public method

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