Visual Basic (Declaration) | |
---|---|
Public Function PickServer( _ ByVal removeItem As Boolean _ ) As Nullable(Of ServerRecord) |
Visual Basic (Usage) | ![]() |
---|---|
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
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