ServiceSettingsMonitoring Property |
Gets the monitoring object which allows to manage metrics listeners that monitor states and performances of the service.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic Monitoring Monitoring { get; }
Public ReadOnly Property Monitoring As Monitoring
Get
public:
property Monitoring^ Monitoring {
Monitoring^ get ();
}
member Monitoring : Monitoring with get
Return Value
Type:
Monitoringa pointer to the monitoring object.
Remarks
See Also