IAdmDirectorySearch
The IAdmDirectorySearch interface extends the IDirectorySearch interface. This interface can be used to reduce the number of remote calls.
Inheritance: IDirectorySearch
Methods
-
Method
-
Description
-
GetSearchRow()
-
Returns a directory search row.
Details
GetSearchRow()
Returns a directory search row.
IAdmSearchResult GetSearchRow(Int64 searchHandle)
Parameters
The searchHandle parameter is the handle of the directory search.
Remarks
When the IDirectorySearch interface is used, a client initiates as many remote calls as there are columns in a row in order to get the next row. This method returns the IAdmSearchResult interface that allows you to retrieve all columns in a row. Since the class that implements the IAdmSearchResult interface is serializable, only one remote call is required to get one directory search row.
Requirements
Minimum required version: 2009.1