ITicketStore.RenewAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| RenewAsync(String, AuthenticationTicket) |
Řekne úložišti, že se daná identita má aktualizovat. |
| RenewAsync(String, AuthenticationTicket, CancellationToken) |
Řekne úložišti, že se daná identita má aktualizovat. |
RenewAsync(String, AuthenticationTicket)
Řekne úložišti, že se daná identita má aktualizovat.
public:
System::Threading::Tasks::Task ^ RenewAsync(System::String ^ key, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public System.Threading.Tasks.Task RenewAsync (string key, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
abstract member RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> System.Threading.Tasks.Task
Public Function RenewAsync (key As String, ticket As AuthenticationTicket) As Task
Parametry
- key
- String
- ticket
- AuthenticationTicket
Návraty
Platí pro
RenewAsync(String, AuthenticationTicket, CancellationToken)
Řekne úložišti, že se daná identita má aktualizovat.
public virtual System.Threading.Tasks.Task RenewAsync (string key, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, System.Threading.CancellationToken cancellationToken);
abstract member RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RenewAsync (key As String, ticket As AuthenticationTicket, cancellationToken As CancellationToken) As Task
Parametry
- key
- String
- ticket
- AuthenticationTicket
- cancellationToken
- CancellationToken
Používá CancellationToken se k šíření oznámení, že by měla být operace zrušena.