Click or drag to resize

IEditSessionChangeClientLinkedCounteragent Method

Changes client linked counter agent.

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

Parameters

client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client.
linkedCounteragent
Type: Resto.Front.Api.Data.SecurityIUser
New linked counteragent.
See Also