Class TenantDomainOwnershipProofPollingOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership proof polling outcome labels.
public static class TenantDomainOwnershipProofPollingOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofPollingOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Completed
Section titled “ Completed”At least one matching domain ownership declaration was polled and all attempts reached a terminal or non-failing outcome.
public const string Completed = "completed"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Proof polling is disabled by governance options.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”NoCandidates
Section titled “ NoCandidates”No matching domain ownership declarations needed a polling attempt.
public const string NoCandidates = "no-candidates"Field Value
Section titled “Field Value”PartialFailure
Section titled “ PartialFailure”At least one matching domain ownership declaration was polled, but one or more attempts could not complete.
public const string PartialFailure = "partial-failure"