ServiceManagementRequestTracker Class
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. |
Tracks long running requests made to Windows Azure and logs if the operations was successful or not. It uses a Windows Azure Queue to track the current running operation, and logs the results.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[ConfigurationElementTypeAttribute(typeof(ServiceManagementRequestTrackerData))]
public class ServiceManagementRequestTracker : IServiceManagementRequestTracker
'Declaration
<ConfigurationElementTypeAttribute(GetType(ServiceManagementRequestTrackerData))> _
Public Class ServiceManagementRequestTracker _
Implements IServiceManagementRequestTracker
[ConfigurationElementTypeAttribute(typeof(ServiceManagementRequestTrackerData))]
public ref class ServiceManagementRequestTracker : IServiceManagementRequestTracker
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling.ServiceManagementRequestTracker
See Also
ServiceManagementRequestTracker Members
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling Namespace