C# Class Tellma.Api.Notifications.NullSmsSender

An implementation of ISmsSender that throws exceptions.
This is the default implementation when SMS is not enabled.
Inheritance: ISmsSender
Afficher le fichier Open project: tellma-ltd/tellma

Méthodes publiques

Méthode Description
SendAsync ( SmsToSend sms, CancellationToken cancellation = default ) : Task

Method Details

SendAsync() public méthode

public SendAsync ( SmsToSend sms, CancellationToken cancellation = default ) : Task
sms SmsToSend
cancellation CancellationToken
Résultat Task