C# 클래스 Tellma.Api.Notifications.NullSmsSender

An implementation of ISmsSender that throws exceptions.
This is the default implementation when SMS is not enabled.
상속: ISmsSender
파일 보기 프로젝트 열기: tellma-ltd/tellma

공개 메소드들

메소드 설명
SendAsync ( SmsToSend sms, CancellationToken cancellation = default ) : Task

메소드 상세

SendAsync() 공개 메소드

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