Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Tellma
Api
Notifications
NullSmsSender
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
Datei anzeigen
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