Implement shared work areas

 

+

Search Tips   |   Advanced Search

 

Overview

The work area service enables application developers to implicitly propagate information beyond the information passed in remote calls. Applications can create a work area, insert information into it, and make remote invocations. The work area is propagated with each remote method invocation, eliminating the need to explicitly include an appropriate argument in the definition of each method. The methods on the server side can use or ignore the information in the work area as appropriate.

Applications interact with the work area service by implementing the UserWorkArea interface.

The work area service is managed using the administrative console.

 

See also


Work area service - Overview
Develop applications that use work areas
Manage the work area service
Configure work area partitions on the server