AdHelperAddPaging - метод
Добавление пейджинга для запроса LDAP
Пространство имён: Tessa.Extensions.Platform.Server.AdSyncСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static LdapSearchConstraints AddPaging(
this LdapSearchConstraints constraints,
byte[] cookie
)
<ExtensionAttribute>
Public Shared Function AddPaging (
constraints As LdapSearchConstraints,
cookie As Byte()
) As LdapSearchConstraints
public:
[ExtensionAttribute]
static LdapSearchConstraints^ AddPaging(
LdapSearchConstraints^ constraints,
array<unsigned char>^ cookie
)
[<ExtensionAttribute>]
static member AddPaging :
constraints : LdapSearchConstraints *
cookie : byte[] -> LdapSearchConstraints
- constraints LdapSearchConstraints
- Текущий констрейнт соединения
- cookie Byte
- Файл-печенька
LdapSearchConstraintsВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
LdapSearchConstraints. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).