CleanupEventArgs Class

Provides data for a cleanup event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BICancelableEventArgs
      Dundas.BICleanupEventArgs

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

The CleanupEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCleanupEventArgsInitializes a new instance of the CleanupEventArgs class.
Top
Properties
 NameDescription
Public propertyCancellationTokenGets the cancellation token.
(Inherited from CancelableEventArgs)
Top
Methods
 NameDescription
Public methodPostMessagePosts a message to the originator of the cleanup operation.
Top
See Also