Send an alert to alert subscribers
Namespace: AccidentalFish.ApplicationSupport.Core.AlertsAssembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic interface IAlertSender
Public Interface IAlertSender
public interface class IAlertSender
type IAlertSender = interface end
The IAlertSender type exposes the following members.
Methods
| Name | Description |
---|
 | SendAsync |
Sends an alert to all system alert subscribers
|
Top
See Also