共用方式為


UserManager<TUser>.GetUsersInRoleAsync(String) 方法

定義

從屬於指定 roleName 成員的使用者存放區傳回使用者清單。

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IList<TUser> ^> ^ GetUsersInRoleAsync(System::String ^ roleName);
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<TUser>> GetUsersInRoleAsync (string roleName);
abstract member GetUsersInRoleAsync : string -> System.Threading.Tasks.Task<System.Collections.Generic.IList<'User>>
override this.GetUsersInRoleAsync : string -> System.Threading.Tasks.Task<System.Collections.Generic.IList<'User>>
Public Overridable Function GetUsersInRoleAsync (roleName As String) As Task(Of IList(Of TUser))

參數

roleName
String

應該傳回其使用者的角色名稱。

傳回

Task<IList<TUser>>

Task<TResult> 表示非同步查詢的結果,這是屬於指定角色成員的 清單 TUser

適用於