| IEditSessionChangeClientReceivesOrderStatusNotifications Method  | 
 Changes whether client receives order status notification messages.
 
    Namespace: 
   Resto.Front.Api.Editors
    Assembly:
   Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
 Syntax
Syntaxvoid ChangeClientReceivesOrderStatusNotifications(
	bool receivesOrderStatusNotifications,
	IClientStub client
)
Parameters
- receivesOrderStatusNotifications
- Type: SystemBoolean
 Whether client receives order status notification messages
- client
- Type: Resto.Front.Api.Editors.StubsIClientStub
 Changing client
 See Also
See Also