Click or drag to resize

IEditSessionChangeClientNick Method

Changes client nickname

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

Parameters

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