RegnoCompleteRegnoSoftware.Standard.Core
|
MessageExtensions Methods
The MessageExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
ProcessExternalFile |
Processes the external file.
|
|
ProcessExternalFileAsync |
process external file as an asynchronous operation.
|
|
SendError |
Sends the error.
|
|
SendException(IMessageBus, Exception) |
Sends the exception.
|
|
SendException(IMessageBus, String, Exception) |
Sends the exception.
|
|
SendMetric(IMessageBus, String) |
Sends the metric.
|
|
SendMetric(IMessageBus, String, Double) |
Sends the metric.
|
|
SendNotification(IMessageBus, String) |
Sends the notification.
|
|
SendNotification(IMessageBus, String, SystemNotificationType) |
Sends the notification.
|
|
SendNotification(IMessageBus, SystemMessagePayload) |
Sends the notification.
|
|
SendProgress |
Sends the progress.
|