JsInteropBase Class

Provides a mechanism for releasing unmanaged resources asynchronously.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public abstract class JsInteropBase : IAsyncDisposable
Inheritance
Object    JsInteropBase
Derived
Implements
IAsyncDisposable

Constructors

JsInteropBase Initializes a new instance of the JsInteropBase class with the specified JavaScript runtime and module path.

Methods

DisposeAsync Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
SafeInvokeVoidAsync Safely invokes a JavaScript function that does not return a value.

See Also