CleanupEventArgs Class

Provides data for a cleanup event.
Inheritance Hierarchy

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class CleanupEventArgs : CancelableEventArgs

The CleanupEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCleanupEventArgs
Initializes a new instance of the CleanupEventArgs class.
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets the cancellation token.
(Inherited from CancelableEventArgs.)
Top
Methods
  NameDescription
Public methodPostMessage
Posts a message to the originator of the cleanup operation.
Top
See Also