iControl.ManagementCertLDAPConfiguration.Endget_search_scope C# (CSharp) 메소드

Endget_search_scope() 공개 메소드

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