RetryStrategyConfigurationElementCollection Class
Members See Also 
SourceCode.Net.TransientFaultRecovery.Configuration Namespace : RetryStrategyConfigurationElementCollection Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<CLSCompliantAttribute(True)>
Public Class RetryStrategyConfigurationElementCollection 
   Inherits SourceCode.Configuration.ExtensibleConfigurationElementCollection(Of RetryStrategy)
Visual Basic (Usage) Copy Code
Dim instance As RetryStrategyConfigurationElementCollection
C#  
[CLSCompliant(true)]
public class RetryStrategyConfigurationElementCollection : SourceCode.Configuration.ExtensibleConfigurationElementCollection<RetryStrategy> 
C++/CLI  
[CLSCompliant(true)]
public ref class RetryStrategyConfigurationElementCollection : public SourceCode.Configuration.ExtensibleConfigurationElementCollection<RetryStrategy> 

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationElementCollection
         SourceCode.Configuration.ExtensibleConfigurationElementCollection
            SourceCode.Configuration.ExtensibleConfigurationElementCollection<TElement>
               SourceCode.Net.TransientFaultRecovery.Configuration.RetryStrategyConfigurationElementCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also