Click or drag to resize

IOperationServiceAddNotificationMessage Method (String, String)

Shows non-modal notification message in the left top corner of the screen.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void AddNotificationMessage(
	string message,
	string sender
)

Parameters

message
Type: SystemString
The message text.
sender
Type: SystemString
The message sender.
See Also