Click or drag to resize

IEditSessionChangeClientComment Method

Changes client comment

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

Parameters

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