ExtendedEventData Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The ExtendedEventData type contains summary information about the events in the queue and a list of events.

Syntax

<ExtendedEventData>
  <EventQueueSummary />
  <EventList>
    <!-- Array of -->  <Event />
  </EventList>
</ExtendedEventData>

Complex Type Elements

Element

Data type

Description

EventQueueSummary

EventQueueSummary

Provides information about the events currently in the queue.

EventList

Array of Event

Events in the queue. The EventList array can contain zero or more Event objects.

Remarks

Note

If the event queue is empty, a call to ReadExtended returns no events. In this case, the EventList and the EventQueueSummary.EventSources elements are returned as nulls rather than as 0-length arrays. Consequently, an application should check if these elements are defined before accessing them. Alternatively, an application can check if EventQueueSummary.Count is greater than zero before accessing EventList.

See Also

Reference

GrooveEvents Web Service

Concepts

Handling Groove Web Services Events