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

Enum AuditOutcome

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

Namespace: Cephalon.Abstractions.Audit
Assembly: Cephalon.Abstractions.dll

Identifies the outcome recorded for an audit entry.

public enum AuditOutcome

Failed = 2

Indicates the operation failed.

Succeeded = 1

Indicates the operation completed successfully.

Unknown = 0

Indicates the operation outcome was not explicitly classified.