Condividi tramite


RoleManager<TRole>.GetRoleIdAsync(TRole) Metodo

Definizione

Ottiene l'ID dell'oggetto specificato role.

public:
 virtual System::Threading::Tasks::Task<System::String ^> ^ GetRoleIdAsync(TRole role);
public virtual System.Threading.Tasks.Task<string> GetRoleIdAsync (TRole role);
abstract member GetRoleIdAsync : 'Role -> System.Threading.Tasks.Task<string>
override this.GetRoleIdAsync : 'Role -> System.Threading.Tasks.Task<string>
Public Overridable Function GetRoleIdAsync (role As TRole) As Task(Of String)

Parametri

role
TRole

Ruolo il cui ID deve essere recuperato.

Restituisce

Oggetto Task che rappresenta l'operazione asincrona contenente l'ID dell'oggetto specificato role.

Si applica a