IROEventWriter<T>

Overview

Location


 

Event

function Event: T

ExcludeSender    (declared in IROEventWriter)

Specifies whether the sender that originated the event will be included in the list of recipients. If set to true (default), an event will be dispatched to all registered recipients except the one that originated the event (i.e. in whose session context the event is being fired).

property ExcludeSender: Boolean read write

ExcludeSessionList    (declared in IROEventWriter)

Allows to optionally specify a list of recipient session IDs that should not receive the event.

property ExcludeSessionList: Boolean read write

SessionList    (declared in IROEventWriter)

Allows to optionally specify a list of recipient session IDs that should receive the event. If empty, the event will be sent to all registered clients (except those listed in the ExcludeSessionList property).

property SessionList: TStrings read

SetExcludeSender    (declared in IROEventWriter)

procedure SetExcludeSender(const Value: Boolean)

Parameters:

  • Value:

SetExcludeSessionList    (declared in IROEventWriter)

procedure SetExcludeSessionList(const Value: Boolean)

Parameters:

  • Value:

 

ExcludeSender    (declared in IROEventWriter)

Specifies whether the sender that originated the event will be included in the list of recipients. If set to true (default), an event will be dispatched to all registered recipients except the one that originated the event (i.e. in whose session context the event is being fired).

property ExcludeSender: Boolean read write

ExcludeSessionList    (declared in IROEventWriter)

Allows to optionally specify a list of recipient session IDs that should not receive the event.

property ExcludeSessionList: Boolean read write

SessionList    (declared in IROEventWriter)

Allows to optionally specify a list of recipient session IDs that should receive the event. If empty, the event will be sent to all registered clients (except those listed in the ExcludeSessionList property).

property SessionList: TStrings read

 

Event

function Event: T

SetExcludeSender    (declared in IROEventWriter)

procedure SetExcludeSender(const Value: Boolean)

Parameters:

  • Value:

SetExcludeSessionList    (declared in IROEventWriter)

procedure SetExcludeSessionList(const Value: Boolean)

Parameters:

  • Value: