IDataPointsCollector Interface
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Provides a generic way to collect data points for a defined metric, that will be used when evaluating reactive rules' conditions.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.DataPointsCollection
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public interface IDataPointsCollector
'Declaration
Public Interface IDataPointsCollector
public interface class IDataPointsCollector
Remarks
When implementing this interface, the Collect(DateTimeOffset) method should not throw an exception that is not of type DataPointsCollectionException. If other exception is thrown, it will be treated as critical and will be unhandled.
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.DataPointsCollection Namespace