RoleInstance Constructor (RoleInstanceImpl*)

Creates an instance of RoleInstance initialized with values from an RoleInstanceImpl.

Syntax

public:
RoleInstance(
         RoleInstanceImpl *implementation
)  

Parameters

implementation
Type: RoleInstanceImpl *

The RoleInstanceImpl with which to initialize the RoleInstance.

Requirements

Header: Declared in ServiceDefinition.h.

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

See also

Reference

RoleInstance