Interface ITenantDomainOwnershipVerificationWorkflow
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Applies in-process tenant-domain ownership verification workflow transitions.
public interface ITenantDomainOwnershipVerificationWorkflowMethods
Section titled “Methods”ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest, CancellationToken)
Section titled “ ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest, CancellationToken)”Applies one tenant-domain ownership verification workflow command.
ValueTask<TenantDomainOwnershipVerificationWorkflowResult> ApplyAsync(TenantDomainOwnershipVerificationWorkflowRequest request, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”request TenantDomainOwnershipVerificationWorkflowRequest
The workflow transition request to evaluate.
cancellationToken CancellationToken
A cancellation token for the workflow operation.
Returns
Section titled “Returns”ValueTask<TenantDomainOwnershipVerificationWorkflowResult>
The evaluated workflow transition result.