Compartilhar via


UserManager<TUser>.AddToRoleAsync(TUser, String) Método

Definição

Adicione o especificado user à função nomeada.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ AddToRoleAsync(TUser user, System::String ^ role);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> AddToRoleAsync (TUser user, string role);
abstract member AddToRoleAsync : 'User * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.AddToRoleAsync : 'User * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function AddToRoleAsync (user As TUser, role As String) As Task(Of IdentityResult)

Parâmetros

user
TUser

O usuário a ser adicionado à função nomeada.

role
String

O nome da função à qual adicionar o usuário.

Retornos

O Task que representa a operação assíncrona, que contém o IdentityResult da operação.

Aplica-se a