iControl.ManagementCertLDAPConfiguration.Endget_ldap_version C# (CSharp) Method

Endget_ldap_version() public method

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