LiveDnsCore.ActivateZoneAsync Method (String, Boolean, Object)
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, _
userState As Object _
)
public void ActivateZoneAsync(
string zoneName,
bool active,
Object userState
)
public:
void ActivateZoneAsync(
String^ zoneName,
bool active,
Object^ userState
)
member ActivateZoneAsync :
zoneName:string *
active:bool *
userState:Object -> unit
public function ActivateZoneAsync(
zoneName : String,
active : boolean,
userState : Object
)
Parameters
- zoneName
Type: System.String
- active
Type: System.Boolean
- userState
Type: System.Object
.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.