CleanupEventArgsPostMessage Method |
Posts a message to the originator of the cleanup operation.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void PostMessage(
string message
)
Public Sub PostMessage (
message As String
)
public:
void PostMessage(
String^ message
)
member PostMessage :
message : string -> unit Parameters
- message String
- The message.
Exceptions
See Also