Skip to content

Interface ITenantDomainOwnershipVerificationWorkflow

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Applies in-process tenant-domain ownership verification workflow transitions.

public interface ITenantDomainOwnershipVerificationWorkflow

ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest, CancellationToken)

Section titled “ ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest, CancellationToken)”

Applies one tenant-domain ownership verification workflow command.

ValueTask<TenantDomainOwnershipVerificationWorkflowResult> ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest request, CancellationToken cancellationToken = default)

request TenantDomainOwnershipVerificationWorkflowRequest

The workflow transition request to evaluate.

cancellationToken CancellationToken

A cancellation token for the workflow operation.

ValueTask<TenantDomainOwnershipVerificationWorkflowResult>

The evaluated workflow transition result.