C# Class SmsMessages.Scheduling.Commands.ScheduleSmsForSendingLater

Show file Open project: samjeffress/TrickleComms Class Usage Examples

Public Methods

Method Description
ScheduleSmsForSendingLater ( ) : System
ScheduleSmsForSendingLater ( System.DateTime sendMessageAtUtc, SmsData smsData, SmsMetaData smsMetaData, System.Guid coorelationId, string username ) : System

Method Details

ScheduleSmsForSendingLater() public method

public ScheduleSmsForSendingLater ( ) : System
return System

ScheduleSmsForSendingLater() public method

public ScheduleSmsForSendingLater ( System.DateTime sendMessageAtUtc, SmsData smsData, SmsMetaData smsMetaData, System.Guid coorelationId, string username ) : System
sendMessageAtUtc System.DateTime
smsData SmsMessages.CommonData.SmsData
smsMetaData SmsMessages.CommonData.SmsMetaData
coorelationId System.Guid
username string
return System