Table of Contents

Method Command

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Command(string)

Names one invocation somebody made.

public static MailboxMutationRequester Command(string invocationIdentity)

Parameters

invocationIdentity string

The identity of the invocation, which is the same for a retry of it and different for a second one.

Returns

MailboxMutationRequester

A requester naming that invocation.

Exceptions

ArgumentException

Thrown when invocationIdentity is blank, carries a control character, or is longer than MaximumIdentityLength.