RoleEnvironment Class

Provides information about the configuration, endpoints, and status of running role instances.

Syntax

RoleEnvironment  

Remarks

You use the RoleEnvironment class to obtain configuration settings, local storage resources, and endpoint information for a specified role instance. The class also provides events that allow the role instance to react to configuration changes and receive notification when the role instance is about to be stopped.

See also

Reference

RoleEnvironment Members

Requirements

Header: Declared in RoleEnvironment.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).