MutableAuditContext Constructor(Guid,Guid,String,String,String,String)
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor.
[Newtonsoft.Json.JsonConstructor()]
public MutableAuditContext(
Guid auditContextIdentifier,
Guid packageIdentifier,
string systemName,
string zone,
string user,
string commandLine
)
[Newtonsoft.Json.JsonConstructor()]
public:
MutableAuditContext(
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 originating command line of the transaction.