IMetronome Members
Include Protected Members
Include Inherited Members
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. |
The IMetronome type exposes the following members.
Methods
Name | Description | |
---|---|---|
RegisterActivity |
Register a new activity to be executed by the metronome at a specific tempo. The activity name can be use later to remove the activity from the metronome activity collection.
|
|
Start |
Start the metronome. Therefore, start executing all the registered activities at their specific tempo.
|
|
Stop |
Stop the metronome. Therefore, stop executing all the registered activities.
|
|
UnregisterActivity |
Remove an activity from the metronome.
|
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling Namespace