Click or drag to resize

IEditSessionChangeClientName Method

Changes client name.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeClientName(
	string name,
	IClientStub client
)

Parameters

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