SignOutSessionStateManager(IJSRuntime) Constructor    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.SignOutSessionStateManagerPublic Sub New (jsRuntime As IJSRuntime)Parameters
- jsRuntime
- IJSRuntime
The IJSRuntime.