Click or drag to resize

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.6.0
Syntax
C#
public MonitorReportingOptions SetMonitorReportingEnabled(
	bool monitorReportingEnabled
)

Parameters

monitorReportingEnabled
Type: SystemBoolean
Flag that controls whether monitor reporting is enabled or disabled.

Return Value

Type: MonitorReportingOptions
This MonitorReportingOptions instance.
Remarks
If not set through this method, the default value (
true
) will be used.
See Also