IStatusMonitorGenerateValues Method |
Generate the status monitor values for this status monitor. This may take a while. You must have the status-monitor-admin right to run this.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid GenerateValues(
bool showProgressDialog
)
Sub GenerateValues (
showProgressDialog As Boolean
)
Dim instance As IStatusMonitor
Dim showProgressDialog As Boolean
instance.GenerateValues(showProgressDialog)
void GenerateValues(
[InAttribute] bool showProgressDialog
)
Parameters
- showProgressDialog
- Type: SystemBoolean
See Also