Table of Contents

Method AssessAsync

Namespace
MailFathom.Application.Emails.Embeddings.Administration
Assembly
MailFathom.Application.dll

AssessAsync(EmbeddingProfileIdentity, CancellationToken)

Reads what activating the declared geometry would do and what it would cost, writing nothing.

public Task<EmbeddingActivationAssessment> AssessAsync(EmbeddingProfileIdentity declared, CancellationToken cancellationToken)

Parameters

declared EmbeddingProfileIdentity

The geometry configuration declares.

cancellationToken CancellationToken

Cancels the reads.

Returns

Task<EmbeddingActivationAssessment>

The assessment an operator confirms against.

Exceptions

ArgumentNullException

Thrown when declared is null.

OperationCanceledException

Thrown when the caller cancels.