TestimoX

API Reference

Class

LdapToolAdLdapQueryPagedService

Namespace ADPlayground.Helpers
Assembly ADPlayground
Modifiers static

Executes ad_ldap_query_paged requests for thin wrappers.

Inheritance

  • Object
  • LdapToolAdLdapQueryPagedService

Methods

public static Boolean TryExecute(LdapToolAdLdapQueryPagedRequest request, out LdapToolAdLdapQueryPagedResult result, out LdapToolQueryFailure failure, CancellationToken cancellationToken = null) #
Returns: Boolean

Executes a non-throwing ad_ldap_query_paged request.

Parameters

request ADPlayground.Helpers.LdapToolAdLdapQueryPagedRequest requiredposition: 0
result ADPlayground.Helpers.LdapToolAdLdapQueryPagedResult@ requiredposition: 1
failure ADPlayground.Helpers.LdapToolQueryFailure@ requiredposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3