Visual Basic (Declaration) | |
---|---|
Public Function GetStrategy( _ ByVal name As String, _ ByVal containingElementInformation As ElementInformation _ ) As RetryStrategy |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As RetryStrategyConfigurationElementCollection Dim name As String Dim containingElementInformation As ElementInformation Dim value As RetryStrategy value = instance.GetStrategy(name, containingElementInformation) |
C# | |
---|---|
public RetryStrategy GetStrategy( string name, ElementInformation containingElementInformation ) |
C++/CLI | |
---|---|
public: RetryStrategy^ GetStrategy( String^ name, ElementInformation^ containingElementInformation ) |
Parameters
- name
- containingElementInformation
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