The AuditMessage class has this constructor:
AuditMessage(DateTime timeStamp, ActionType actionCode, OutcomeIndicator outcome, EventIdentifierType eventIdentifier, CodeValue<String> eventTypeCode)
However timeStamp is not used, and instead is assigned:
EventDateTime = DateTime.Now,
The AuditMessage class has this constructor:
AuditMessage(DateTime timeStamp, ActionType actionCode, OutcomeIndicator outcome, EventIdentifierType eventIdentifier, CodeValue<String> eventTypeCode)However
timeStampis not used, and instead is assigned:EventDateTime = DateTime.Now,