IUserInfoHandler - интерфейс

Handler for retrieving user information based on user identifier(s).

Definition

Пространство имён: Tessa.Roles.UserInfo
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public interface IUserInfoHandler

Заметки

Use IUserInfoRepository object to perform all the server business logic, including handler resolving, caching and normalization.

Register a handler in Unity with non-empty string to customize returned objects.

Методы

GetUsersInfoAsync Retrieves user information for users with specified identifiers.

См. также