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