Click or drag to resize

JobSessionAggregatedListener Class

Helper for subscribe to the session events channel. Handles callbacks by base types without specifing.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Tools.Listeners.AggregatedListenersJobSessionAggregatedListenerBaseJobSessionContract, JobSessionContract, JobEventsContract, JobSessionContract
    SOS.SDK.Tools.Listeners.AggregatedListenersJobSessionAggregatedListener

Namespace:  SOS.SDK.Tools.Listeners.AggregatedListeners
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class JobSessionAggregatedListener : JobSessionAggregatedListenerBase<JobSessionContract, JobSessionContract, JobEventsContract, JobSessionContract>

The JobSessionAggregatedListener type exposes the following members.

Constructors
  NameDescription
Public methodJobSessionAggregatedListener
Create instance.
Top
Properties
Methods
Remarks
Filter events by session. Use derrived types for handle callbacks of specified Job types.
See Also