AdvancedOptionsData.ExecutionLease Property
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. |
Gets or sets the configuration for the execution lease.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[ConfigurationPropertyAttribute("executionLease", IsRequired = false)]
public BuiltInExecutionLeaseData ExecutionLease { get; set; }
'Declaration
<ConfigurationPropertyAttribute("executionLease", IsRequired := False)> _
Public Property ExecutionLease As BuiltInExecutionLeaseData
Get
Set
[ConfigurationPropertyAttribute(L"executionLease", IsRequired = false)]
public:
property BuiltInExecutionLeaseData^ ExecutionLease {
BuiltInExecutionLeaseData^ get ();
void set (BuiltInExecutionLeaseData^ value);
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace