Click or drag to resize

IEditSessionChangeClientNick Method

Changes client nickname

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

Parameters

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