Table of Contents

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

value string

The composed identity of one recurring dispatch.

Returns

JobScheduleId

A validated schedule identity.

Exceptions

ArgumentException

Thrown when value is blank, carries a control character, or is longer than MaximumLength.