SignOutSessionStateManager(IJSRuntime) Constructor

Definition

Initialize a new instance of 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)

Parameters

jsRuntime
IJSRuntime

The IJSRuntime.

Applies to