C-DEngine 5.105

TheDashboardInfo..::..Reload Method

Reloads the current Dashboard

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool Reload(
	TheProcessMessage pMsg,
	bool pForceReload
)
Public Function Reload ( _
	pMsg As TheProcessMessage, _
	pForceReload As Boolean _
) As Boolean
public:
bool^ Reload(
	TheProcessMessage^ pMsg, 
	bool^ pForceReload
)

Parameters

pMsg
Type: nsCDEngine.ViewModels..::..TheProcessMessage
Originator of the Request- if its not null, the Reload will only be sent to the originator
pForceReload
Type: Boolean
If set to true, the dashboard will cause a complete redraw on the NMI - beware of Agents! If the NMI is consolidated from multiple agents, the ForceReload will only show the last Dashboard

Return Value

True if successful