Click or drag to resize

IEditSessionChangeClientLinkedCounteragent Method

Changes client linked counter agent.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeClientLinkedCounteragent(
	IClientStub client,
	IUser linkedCounteragent
)

Parameters

client  IClientStub
Changing client.
linkedCounteragent  IUser
New linked counteragent.
See Also