SpaceDeliveryProgressEventData Event

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The SpaceDeliveryProgressEventData event indicates that a workspace is in the process of being delivered. This event is generated on both the system sending the workspace and on the system fetching the workspace.

Syntax

<Event>
  <SubscriptionID/>
  <EventClass>urn:groove-net:Space2Event2</EventClass>
  <EventSource/>
  <EventType>SpaceDeliveryProgressEventData</EventType>
  <EventData xsi:type="e:SpaceDeliveryProgressEventData">
    <SpaceURI/>
  </EventData>
</Event>

Complex Type Elements

Element

Data type

Description

MessageURI

xs:anyURI

URI that identifies the invitation message associated with the workspace being fetched.

SpaceURI

xs:anyURI

URI that identifies the workspace being fetched. On the system fetching the workspace, you cannot use this URI to open the workspace until the fetch has finished.

ContactURL

xs:anyURI

The InviteeContactURL, which is the ContactURL of the user being invited to the workspace.

Status

xs:string

A string indicating the state of the workspace delivery.

PercentComplete

xs:int

An integer between the range of 0 to 100 representing the completion percentage of the workspace fetch.

Remarks

This event is intended for notifying a user about the progress of an event and is delivered at intervals dependent on system load and other unpredictable conditions. Consequently, applications should use this event for information only and should not depend on receiving any specific event. Applications should handle duplicate events with the same value for PercentComplete. In most cases, applications will receive at least one event with a PercentComplete value of 100, which indicates that the workspace was completely delivered. But there may be some conditions where this event is not delivered.

Note

This event is available only on systems where Groove Web Services Version 2.1 is available. See Testing for Groove Web Services Version 2.1 for more information.