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

Class TenantDomainOwnershipProofPollingOutcomes

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

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

Stable tenant-domain ownership proof polling outcome labels.

public static class TenantDomainOwnershipProofPollingOutcomes

objectTenantDomainOwnershipProofPollingOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

At least one matching domain ownership declaration was polled and all attempts reached a terminal or non-failing outcome.

public const string Completed = "completed"

string

Proof polling is disabled by governance options.

public const string Disabled = "disabled"

string

No matching domain ownership declarations needed a polling attempt.

public const string NoCandidates = "no-candidates"

string

At least one matching domain ownership declaration was polled, but one or more attempts could not complete.

public const string PartialFailure = "partial-failure"

string