PickServer Method
See Also 
SourceCode.Net.Dns Namespace > DnsResponse Class : PickServer Method



removeItem

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function PickServer( _
   ByVal removeItem As Boolean _
) As Nullable(Of ServerRecord)
Visual Basic (Usage) Copy Code
Dim instance As DnsResponse
Dim removeItem As Boolean
Dim value As Nullable(Of ServerRecord)
 
value = instance.PickServer(removeItem)
C#  
public Nullable<ServerRecord> PickServer( 
   bool removeItem
)
C++/CLI  
public:
Nullable<ServerRecord> PickServer( 
   bool removeItem
) 

Parameters

removeItem

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