iControl.ManagementCertLDAPConfiguration.Endget_search_scope C# (CSharp) Méthode

Endget_search_scope() public méthode

public Endget_search_scope ( System asyncResult ) : ManagementLDAPSearchScope[]
asyncResult System
Résultat ManagementLDAPSearchScope[]
        public ManagementLDAPSearchScope[] Endget_search_scope(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementLDAPSearchScope [])(results[0]));
        }
ManagementCertLDAPConfiguration