IEditSessionCreateJournalEvent Method |
Creates new journal event.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxINewJournalEventStub CreateJournalEvent(
string sender,
Severity severity,
string eventType,
DateTime? dateTime = null
)
Parameters
- sender String
- Sender of new journal event. Max length - 255 chars.
- severity Severity
- Severity of new journal event.
- eventType String
- Event type of new journal event. Max length - 255 chars.
- dateTime NullableDateTime (Optional)
- Date and time of new journal event. You can leave it unspecified to use current date and time.
Return Value
INewJournalEventStub
See Also