Platform Symphony .NET API Reference - Version 5.1
OnSessionUpdate Method (sessionContext)
NamespacesPlatform.Symphony.SoamServiceContainerOnSessionUpdate(SessionContext)
The middleware triggers the invocation of this handler to update session-specific attributes on the service. The application developer should implement code to process session updates in this handler, Default implementation of this handler does nothing. If common data is provided, this handler may be called multiple times between invocations of OnSessionEnter and OnSessionLeave, when common data updates are sent to the service.
Declaration Syntax
C#
public virtual void OnSessionUpdate(
	SessionContext sessionContext
)
Parameters
sessionContext (SessionContext)
The context contains information about the Session to which the service is bound.
See Also
[Platform.Symphony.Soam.SessionContext]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0