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
declaredEmbeddingProfileIdentityThe geometry configuration declares.
cancellationTokenCancellationTokenCancels the reads.
Returns
- Task<EmbeddingActivationAssessment>
The assessment an operator confirms against.
Exceptions
- ArgumentNullException
Thrown when
declaredis null.- OperationCanceledException
Thrown when the caller cancels.