| IOperationServiceAddWarningMessage Method  | 
 
            Shows non-modal warning message in the left top corner of the screen.
            
 
    Namespace: 
   Resto.Front.Api
    Assembly:
   Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
 Syntax
Syntaxvoid AddWarningMessage(
	string message,
	string sender,
	TimeSpan? timeout = null
)
Parameters
- message
- Type: SystemString
 The message text.
- sender
- Type: SystemString
 The message sender.
- timeout (Optional)
- 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
See Also