NullExecutionLease 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. |
Represents a null execution lease. An instance of this class can be provided to the metronome so no lease are acquired. Therefore, reducing the overhead.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public sealed class NullExecutionLease : IExecutionLease,
IDisposable
'Declaration
Public NotInheritable Class NullExecutionLease _
Implements IExecutionLease, IDisposable
public ref class NullExecutionLease sealed : IExecutionLease,
IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.NullExecutionLease
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling Namespace