WellKnownRetryStrategyElementCollectionCommand Constructor

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.

Initializes a new instance of the WellKnownRetryStrategyElementCollectionCommand class.

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 WellKnownRetryStrategyElementCollectionCommand(
    ElementCollectionViewModel collection,
    IUIServiceWpf uiService
)
'Declaration
Public Sub New ( _
    collection As ElementCollectionViewModel, _
    uiService As IUIServiceWpf _
)
public:
WellKnownRetryStrategyElementCollectionCommand(
    ElementCollectionViewModel^ collection, 
    IUIServiceWpf^ uiService
)

Parameters

  • collection
    Type: ElementCollectionViewModel
    The collection that will be affected by the add command.
  • uiService
    Type: IUIServiceWpf
    IUIServiceWpf for displaying messages.

See Also

WellKnownRetryStrategyElementCollectionCommand Class

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