iControl.ManagementCCLDAPConfiguration.Endget_cache_size C# (CSharp) Method

Endget_cache_size() public method

public Endget_cache_size ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_cache_size(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
ManagementCCLDAPConfiguration