TheNMIEngine..::..RefreshDashboard Method
Refreshes the specified dashboard.
If pMessage is set, the dashboard is sent to the originator in the TSM.
If pMessage is null, a Request to refresh is sent to the clients. They can then request the Dashboard but only if they have the premission to see the specified dashboard
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static bool RefreshDashboard( TheProcessMessage pMessage, string pDashboard, bool ForceReload )
Public Shared Function RefreshDashboard ( _ pMessage As TheProcessMessage, _ pDashboard As String, _ ForceReload As Boolean _ ) As Boolean
public: static bool^ RefreshDashboard( TheProcessMessage^ pMessage, String^ pDashboard, bool^ ForceReload )
Parameters
- pMessage
- Type: nsCDEngine.ViewModels..::..TheProcessMessage
Originator Message
- pDashboard
- Type: String
Dashboard to be refreshed
- ForceReload
- Type: Boolean
If set to true, the dashboard will overwrite the existing dashboard -NOT merge with the existing. This can be trouble with Agents