Aracılığıyla paylaş


RoleManager<TRole>.UpdateAsync(TRole) Yöntem

Tanım

Belirtilen roleöğesini Güncelleştirmeler.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ UpdateAsync(TRole role);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> UpdateAsync (TRole role);
abstract member UpdateAsync : 'Role -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.UpdateAsync : 'Role -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function UpdateAsync (role As TRole) As Task(Of IdentityResult)

Parametreler

role
TRole

Güncelleştirilecek rol.

Döndürülenler

güncelleştirmesini Task içeren zaman uyumsuz işlemi temsil eder IdentityResult .

Şunlara uygulanır