ข้ามไปยังเนื้อหา

Interface ITenantInvitationDeliveryRetryRunner

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Runs bounded retries for queued tenant invitation delivery failures.

public interface ITenantInvitationDeliveryRetryRunner

RetryPendingAsync(TenantInvitationDeliveryRetryRequest?, CancellationToken)

Section titled “ RetryPendingAsync(TenantInvitationDeliveryRetryRequest?, CancellationToken)”

Retries pending tenant invitation delivery queue entries.

ValueTask<TenantInvitationDeliveryRetryResult> RetryPendingAsync(TenantInvitationDeliveryRetryRequest? request = null, CancellationToken cancellationToken = default)

request TenantInvitationDeliveryRetryRequest?

The retry runner request.

cancellationToken CancellationToken

A token that cancels the retry pass.

ValueTask<TenantInvitationDeliveryRetryResult>

The aggregate retry pass result.