MonitorReportingOptionsSetMonitorReportingEnabled Method |
Determines whether or not events are sent to the connected DSE cluster for monitor reporting.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public MonitorReportingOptions SetMonitorReportingEnabled(
bool monitorReportingEnabled
)
Parameters
- monitorReportingEnabled
- Type: SystemBoolean
Flag that controls whether monitor reporting is enabled or disabled.
Return Value
Type:
MonitorReportingOptionsThis MonitorReportingOptions instance.
Remarks If not set through this method, the default value (
) will be used.
See Also