Method Create
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
Create(string)
Creates a key from the text the enqueuer composed.
public static JobIdempotencyKey Create(string value)
Parameters
valuestringThe composed identity of one execution.
Returns
- JobIdempotencyKey
A validated idempotency key.
Exceptions
- ArgumentException
Thrown when
valueis blank, carries a control character, or is longer than MaximumLength.