SessionNotifyClick Method A Sandcastle Documented Class Library
Sends a notification to the eSales service, about a click being made by the user in a session.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public void NotifyClick(
	string ticketEnc
)

Parameters

ticketEnc
Type: SystemString
The ticket for the object that was clicked
Exceptions

ExceptionCondition
IllegalArgumentExceptionIf ticketEnc is null or empty
See Also

Reference