LiveDnsCore.ActivateZoneAsync Method (String, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
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
- zoneName
Type: System.String
- active
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.