Retrieves the list of all the active participants in the directory service. The number of participants returned in the search is limited to the given maximum. If the number of returned participants is greater than the limit, then a FetchSizeExceededException is raised and inside the exception is the result array.
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | an active session with the directory provider | in |
| max | Int | maximum number of participants to retrieve | in |