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