Click or drag to resize

IEditSessionChangeClientMainAddressIndex Method

Changes client main address index.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeClientMainAddressIndex(
	int mainAddressIndex,
	IClientStub client
)

Parameters

mainAddressIndex  Int32
index of client main address
client  IClientStub
Changing client
See Also