Overload | Description |
---|---|
UAMonitoringParameters Constructor() | Initializes a new instance of the class with default data. |
UAMonitoringParameters Constructor(Int32) | Initializes a new instance of the class, specifying the sampling interval. |
UAMonitoringParameters Constructor(Int32,UADataChangeFilter) | Initializes a new instance of the class, specifying the sampling interval, and data change filter. |
UAMonitoringParameters Constructor(Int32,UADataChangeFilter,Int32) | Initializes a new instance of the class, specifying the sampling interval, data change filter, and queue size. |
UAMonitoringParameters Constructor(Int32,UADataChangeFilter,Int32,UAQualifiedName) | Initializes a new instance of the class, specifying the sampling interval, data change filter, queue size, and encoding name. |
UAMonitoringParameters Constructor(Int32,UAQualifiedName) | Initializes a new instance of the class, specifying the sampling interval, and encoding name. |
UAMonitoringParameters Constructor(Int32,UAEventFilter) | Initializes a new instance of the class, specifying the sampling interval, and event filter. |
UAMonitoringParameters Constructor(Int32,UAEventFilter,Int32) | Initializes a new instance of the class, specifying the sampling interval, event filter, and queue size. |
UAMonitoringParameters Constructor(UAMonitoringParameters) | Initializes a new copy of the object. |