GetStrategy Method
See Also 
SourceCode.Net.TransientFaultRecovery.Configuration Namespace > RetryStrategyConfigurationElementCollection Class : GetStrategy Method



name
containingElementInformation

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetStrategy( _
   ByVal name As String, _
   ByVal containingElementInformation As ElementInformation _
) As RetryStrategy
Visual Basic (Usage) Copy Code
Dim instance As RetryStrategyConfigurationElementCollection
Dim name As String
Dim containingElementInformation As ElementInformation
Dim value As RetryStrategy
 
value = instance.GetStrategy(name, containingElementInformation)

Parameters

name
containingElementInformation

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