LiveDnsCore.ActivateZoneAsync Method (String, Boolean)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub ActivateZoneAsync ( _
    zoneName As String, _
    active As Boolean _
)
public void ActivateZoneAsync(
    string zoneName,
    bool active
)
public:
void ActivateZoneAsync(
    String^ zoneName, 
    bool active
)
member ActivateZoneAsync : 
        zoneName:string * 
        active:bool -> unit
public function ActivateZoneAsync(
    zoneName : String, 
    active : boolean
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

ActivateZoneAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace