UserServiceGetUserByAccountIdAsync Method

由指定的账户 Id 获取用户。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.6
C#
public virtual Task<SysUser> GetUserByAccountIdAsync(
	string accountId,
	CancellationToken cancellationToken = default
)

Parameters

accountId  string
账户 Id。
cancellationToken  CancellationToken  (Optional)
用于取消操作的令牌。

Return Value

TaskSysUser

Implements

IUserServiceGetUserByAccountIdAsync(string, CancellationToken)

See Also