Server::UpdateState

Server::UpdateState
virtual void UpdateState(const ServerState* state);
Description

UpdateState updates the state of the AMP and sends it to AMP. This function is useful because not all state components are exposed through individual accessors. Also, UpdateState allows changing many components at once, sending only one update message, for example during initialization.

Parameters
Parameters 
Description 
const ServerState* state 
Pointer to AMP::ServerState containing the current state.