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
)
Public Sub PostMessage (
message As String
)
public:
void PostMessage(
String^ message
)
member PostMessage :
message : string -> unit
Parameters
- message
- Type: SystemString
The message.
Exceptions See Also