Table of Contents

Method Create

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

Create(string)

Creates an owner for one attempt.

public static JobLeaseOwner Create(string value)

Parameters

value string

The generated identity of the attempt.

Returns

JobLeaseOwner

A validated lease owner.

Exceptions

ArgumentException

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