Del via


WellKnownRetryStrategyElementCollectionCommand.ChildCommands 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.

Child CommandModel commands to this command.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public override IEnumerable<CommandModel> ChildCommands { get; }
'Declaration
Public Overrides ReadOnly Property ChildCommands As IEnumerable(Of CommandModel)
    Get
public:
virtual property IEnumerable<CommandModel^>^ ChildCommands {
    IEnumerable<CommandModel^>^ get () override;
}

See Also

WellKnownRetryStrategyElementCollectionCommand Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration.Design.ViewModel.Commands Namespace