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
Public method 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.
Public method Start
Start the metronome. Therefore, start executing all the registered activities at their specific tempo.
Public method Stop
Stop the metronome. Therefore, stop executing all the registered activities.
Public method UnregisterActivity
Remove an activity from the metronome.

See Also

IMetronome Interface

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling Namespace