You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: