Table of Contents

Class OnDisposedCallback

Namespace
CMS.Base
Assembly
CMS.Base.dll

Represents a method wrapper for a method which is called when the wrapper is disposed

public class OnDisposedCallback
Inheritance
object
OnDisposedCallback
Extension Methods

Constructors

OnDisposedCallback(Action)

Constructor

public OnDisposedCallback(Action callback)

Parameters

callback Action

Callback to execute when the object is disposes

Properties

Callback

Method called when this object is disposed

public Action Callback { get; protected set; }

Property Value

Action

Methods

Dispose()

Fires when the object disposes

public void Dispose()