Compartir a través de


SignOutSessionStateManager(IJSRuntime) Constructor

Definición

Inicialice una nueva instancia de 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

IJSRuntime.

Se aplica a