JsInteropBase Class

Provides a mechanism for releasing unmanaged resources asynchronously.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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