CleanupEventArgsPostMessage Method

Posts a message to the originator of the cleanup operation.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void PostMessage(
	string message
)

Parameters

message
Type: SystemString
The message.
Exceptions
ExceptionCondition
ArgumentExceptionmessage is or Empty.
See Also