iControl.ManagementCertLDAPConfiguration.Endget_ldap_version C# (CSharp) Метод

Endget_ldap_version() публичный Метод

public Endget_ldap_version ( System asyncResult ) : long[]
asyncResult System
Результат long[]
        public long[] Endget_ldap_version(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
ManagementCertLDAPConfiguration