Sdílet prostřednictvím


IUserStore<TUser>.SetNormalizedUserNameAsync Metoda

Definice

Nastaví zadaný normalizovaný název pro zadaný user.

public:
 System::Threading::Tasks::Task ^ SetNormalizedUserNameAsync(TUser user, System::String ^ normalizedName, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetNormalizedUserNameAsync (TUser user, string normalizedName, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetNormalizedUserNameAsync (TUser user, string? normalizedName, System.Threading.CancellationToken cancellationToken);
abstract member SetNormalizedUserNameAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetNormalizedUserNameAsync (user As TUser, normalizedName As String, cancellationToken As CancellationToken) As Task

Parametry

user
TUser

Uživatel, jehož jméno má být nastaveno.

normalizedName
String

Normalizovaný název, který se má nastavit.

cancellationToken
CancellationToken

Slouží CancellationToken k šíření oznámení, že operace by měla být zrušena.

Návraty

Hodnota Task , která představuje asynchronní operaci.

Platí pro