Compartilhar via


SignOutSessionStateManager(IJSRuntime) Construtor

Definição

Inicialize uma nova instância do SignOutSessionStateManager.

public:
 SignOutSessionStateManager(Microsoft::JSInterop::IJSRuntime ^ jsRuntime);
public SignOutSessionStateManager (Microsoft.JSInterop.IJSRuntime jsRuntime);
new Microsoft.AspNetCore.Components.WebAssembly.Authentication.SignOutSessionStateManager : Microsoft.JSInterop.IJSRuntime -> Microsoft.AspNetCore.Components.WebAssembly.Authentication.SignOutSessionStateManager
Public Sub New (jsRuntime As IJSRuntime)

Parâmetros

jsRuntime
IJSRuntime

O IJSRuntime.

Aplica-se a