BlazorBootstrapComponentBaseDisposeAsyncCore Method

Virtual method to clean-up resources asynchronously. By default, no resources are cleaned up, unless overridden in a derived class. If disposing is , the method has been called directly or indirectly by a user's code. This means managed and unmanaged resources can be disposed. If disposing is , the method has been called by the runtime from inside the finalizer, and you should not reference other objects. Only unmanaged resources can be disposed.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected virtual ValueTask DisposeAsyncCore(
	bool disposing
)

Parameters

disposing  Boolean
User-invoked disposing

Return Value

ValueTask
ValueTask completion

See Also