Share via


GrooveMembers.EnterTool Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The EnterTool operation marks the current user as being active in the specified tool. This informs other members of the workspace that the user is currently using the tool.

HTTP Post URL

The HTTP Post URL targets a GrooveMembers service for a tool. This URI is provided by the GrooveTools.Read operation in the MembersURI element.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

None.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

Remarks

Marking the current user as active in a tool does not impact the priority of deltas.

The current user is the user whose Identity URL is specified in the GrooveRequestHeader.

Note

The SOAP client should only mark the current user as active in the specified tool after it has marked the user active in the tool's workspace.

See Also

Reference

GrooveMembers Web Service

GrooveMembers.EnterSpace Operation

GrooveMembers.ExitSpace Operation

GrooveMembers.ExitTool Operation