UnityUserInfoHandlerResolverTryResolveAsync - метод

Resolves handler by specified type. Returns if the resolve has failed.

Definition

Пространство имён: Tessa.Roles.UserInfo
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public ValueTask<IUserInfoHandler> TryResolveAsync(
	string? type,
	CancellationToken cancellationToken = default
)

Параметры

type  String
Handler type or /empty string if a default handler is resolved.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

ValueTaskIUserInfoHandler
Resolved handler or if the resolve has failed.

Реализации

IUserInfoHandlerResolverTryResolveAsync(String, CancellationToken)

См. также