iControl.ManagementCertLDAPConfiguration.Endget_search_time_limit C# (CSharp) Method

Endget_search_time_limit() public method

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