Click or drag to resize

IEditSessionChangeClientReceivesNotifications Method

Changes whether client receives notification messages.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientReceivesNotifications(
	bool receivesNotifications,
	IClientStub client
)

Parameters

receivesNotifications
Type: SystemBoolean
Whether client receives notification messages
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also