IRecipientListEventTargets

Overview

The IRecipientListEventTargets interface implementation can be used to define Multicast Events recipients when an event is dispatched by an EventSinkManager.

An instance implementing this interface can be supplied as parameter when an IROEventSink instance is retrieved via the EventSinkManager.GetEventSink method.

The EventSinkManager takes a list of event recipient GUIDs from the Recipients array.

Location


Properties


Recipients

Gets a list of event recipient GUIDs.

 

property Recipients: array of Guid read;

 

Guid[] Recipients { get; }

 

ReadOnly Property Recipients() As Guid()