Click or drag to resize

IEditSessionChangeClientComment Method

Changes client comment

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void ChangeClientComment(
	string comment,
	IClientStub client
)

Parameters

comment
Type: SystemString
new name of client
client
Type: Resto.Front.Api.V4.Editors.StubsIClientStub
Changing client
See Also