GetDecision Method
See Also 
SourceCode.Net.TransientFaultRecovery.Configuration Namespace > RetryDecisionConfigurationElementCollection Class : GetDecision Method



name
containingElementInformation

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetDecision( _
   ByVal name As String, _
   ByVal containingElementInformation As ElementInformation _
) As RetryDecision
Visual Basic (Usage) Copy Code
Dim instance As RetryDecisionConfigurationElementCollection
Dim name As String
Dim containingElementInformation As ElementInformation
Dim value As RetryDecision
 
value = instance.GetDecision(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