Platform Symphony .NET API Reference - Version 5.0
SessionCallback Class
NamespacesPlatform.Symphony.SoamSessionCallback
An object that encapsulates the event handlers for the asynchronous receipt of task responses.
Declaration Syntax
C#
public sealed class SessionCallback
Members
All MembersConstructorsMethods



IconMemberDescription
SessionCallback()()()
__dtor()()()
Remarks

The SessionCallback should be supplied as an argument when creating or opening a Session. The callback will be invoked whenever a task belonging to the given Session has completed or returned with error.

The SessionCallback will provide the most efficient use of the middleware (as opposed to synchronous task retrieval using Session.FetchTaskOutput).

IMPORTANT NOTE: To avoid missing any events, you must register your event handlers before creating or opening your Session.
Inheritance Hierarchy
Object
SessionCallback
See Also
[Platform.Symphony.Soam.Connection.CreateSession]
[Platform.Symphony.Soam.Connection.OpenSession]

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