ExtendedRequestAsync Method
Performs an LDAP V3 Extended Operation.
Syntax
[VB.NET] Public Function ExtendedRequestAsync(ByVal RequestName As String, ByVal RequestValue As String) As IAsyncAction
[C#] public IAsyncAction ExtendedRequestAsync(string requestName, byte[] requestValue);