Table of Contents

Method Create

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

Create(Guid)

Creates a job identifier from a non-empty UUID.

public static JobId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

JobId

A validated job identifier.

Exceptions

ArgumentException

Thrown when value is empty.