Method Command
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
Command(string)
Names one invocation somebody made.
public static MailboxMutationRequester Command(string invocationIdentity)
Parameters
invocationIdentitystringThe 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
invocationIdentityis blank, carries a control character, or is longer than MaximumIdentityLength.