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 (26.2.0.1000)
Syntax
public void PostMessage(
	string message
)

Parameters

message  String
The message.
Exceptions
ExceptionCondition
ArgumentExceptionmessage is or Empty.
See Also