IOperationServiceAddNotificationMessage Method (String, String, NullableTimeSpan) |
Shows non-modal notification message in the left top corner of the screen.
Namespace:
Resto.Front.Api.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax void AddNotificationMessage(
string message,
string sender,
TimeSpan? timeout
)
Parameters
- message
- Type: SystemString
The message text.
- sender
- Type: SystemString
The message sender.
- timeout
- Type: SystemNullableTimeSpan
The message display timeout. If null, message will be shown until user manually closes it, else message will be automatically closed after the specified amount of time.
See Also