Represents a pending (queued) execution of an asynchronous event action, or an asynchronous event queue item that remains unprocessed because its retry count is zero. The
Top
IEventQueueItem
interface includes properties for setting and retrieving the source object and event of the pending event action. To instantiate a
object, call the
or
method on the
The following tables list the members exposed by IEventQueueItem.
Public Properties
Name | Description | |
---|---|---|
![]() | EventObject | The object that triggered the queued event action. |
![]() | QueuedObject | The object that is the subject of the queued operation. For example, this may be the object that caused a given asynchronous event to be queued. For the |
![]() | SourceObject | The event's source object at the time the event occurred. Note that the state of the object may be different from its prior or current state. To get the state of the source object prior to the event, use the property on subclasses of that provide this property. |