Click or drag to resize

IEditSessionChangeClientNick Method

Changes client nickname.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientNick(
	string nick,
	IClientStub client
)

Parameters

nick
Type: SystemString
new nick of client
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also