Click or drag to resize

IEditSessionChangeClientComment Method

Changes client comment.

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

Parameters

comment  String
new name of client
client  IClientStub
Changing client
See Also