Method Create
- Namespace
- MailFathom.Application.Jobs.Scheduling
- Assembly
- MailFathom.Application.dll
Create(string)
Creates an identity from the text whoever declares the schedule composed.
public static JobScheduleId Create(string value)
Parameters
valuestringThe composed identity of one recurring dispatch.
Returns
- JobScheduleId
A validated schedule identity.
Exceptions
- ArgumentException
Thrown when
valueis blank, carries a control character, or is longer than MaximumLength.