SendSms Constructor
Default constructor.
Namespace: MobileTrack.EventHandler.NodeHandlers.CommunicationAssembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public SendSms(
NodeDto nodeData,
CompanyDto currentCompany,
ILogger<SendSms> logger,
Lazy<IAzureCosmosDb> cosmosDb,
IAzureCommunicationServices communicationServices,
LinkInfoDto[] links
)
Parameters
- nodeData NodeDto
- The node data that this node derives its actions from.
- currentCompany CompanyDto
- The company the node is running for.
- logger ILoggerSendSms
- Dependency injected logger
- cosmosDb LazyIAzureCosmosDb
- Cosmos DB
- communicationServices IAzureCommunicationServices
- Dependency injected Azure Communication Services interop
- links LinkInfoDto
- Links between nodes in the action flow.