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
Mostrar archivo Open project: tellma-ltd/tellma

Public Methods

Method Description
SendAsync ( SmsToSend sms, CancellationToken cancellation = default ) : Task

Method Details

SendAsync() public method

public SendAsync ( SmsToSend sms, CancellationToken cancellation = default ) : Task
sms SmsToSend
cancellation CancellationToken
return Task