Interface ISessionEventStream
- Assembly
- Diffusion.Client.dll
The stream to receive session event listener notifications.
public interface ISessionEventStream : IStream, ICallback
- Inherited Members
Remarks
This is used along with AddSessionEventListenerAsync(ISessionEventStream, ISessionEventParameters) to obtain notifications for client sessions.
Since 6.11.
Methods
OnSessionEvent(ISessionEventStreamEvent)
Notification of a session event.
void OnSessionEvent(ISessionEventStreamEvent sessionEventStreamEvent)
Parameters
sessionEventStreamEventISessionEventStreamEventThe session event.