iControl.ManagementCCLDAPConfiguration.get_cache_size C# (CSharp) Method

get_cache_size() private method

private get_cache_size ( string config_names ) : long[]
config_names string
return long[]
        public long[] get_cache_size(
		string [] config_names
	)
        {
            object [] results = this.Invoke("get_cache_size", new object [] {
                config_names});
            return ((long [])(results[0]));
        }
ManagementCCLDAPConfiguration