AuditContext Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor.
[Newtonsoft.Json.JsonConstructor()]
public AuditContext(
Guid auditContextIdentifier,
Guid packageIdentifier,
string systemName,
string zone,
string user,
string commandLine
)
[Newtonsoft.Json.JsonConstructor()]
public:
AuditContext(
Guid auditContextIdentifier,
Guid packageIdentifier,
String^ systemName,
String^ zone,
String^ user,
String^ commandLine
)
Parameters
- auditContextIdentifier
- The audit context unique identifier.
- packageIdentifier
- The package unique identifier.
- systemName
- The originating system of the transaction.
- zone
- The originating zone of the transaction.
- user
- The originating user of the transaction.
- commandLine
- The command line args involved in the transaction.