INotificationTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent a notification target.
public interface INotificationTarget
type INotificationTarget = interface
Public Interface INotificationTarget
- Derived
Properties
Type |
The type of target. |
Methods
SendAdaptiveCard(Object, CancellationToken) |
Send an adaptive card message. |
SendMessage(String, CancellationToken) |
Send a plain text message. |