Table of Contents

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

value string

The composed identity of one execution.

Returns

JobIdempotencyKey

A validated idempotency key.

Exceptions

ArgumentException

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