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
valuestringThe generated identity of the attempt.
Returns
- JobLeaseOwner
A validated lease owner.
Exceptions
- ArgumentException
Thrown when
valueis blank, carries a control character, or is longer than MaximumLength.