Table of Contents

Class CancellableComponentBase

Namespace
The.Web.Controls.Primitives
Assembly
Instagile.Web.Client.dll

Base class for components which signal a cancellation token when removed.

public abstract class CancellableComponentBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
CancellableComponentBase
Implements
Derived
Inherited Members

Constructors

CancellableComponentBase()

public CancellableComponentBase()

Properties

ComponentDisposed

Cancelled when the component is removed from the screen.

protected CancellationToken ComponentDisposed { get; }

Property Value

CancellationToken

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public virtual void Dispose()