LiveDnsCore.BeginActivateZone Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function BeginActivateZone ( _
zoneName As String, _
active As Boolean, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginActivateZone(
string zoneName,
bool active,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginActivateZone(
String^ zoneName,
bool active,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginActivateZone :
zoneName:string *
active:bool *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginActivateZone(
zoneName : String,
active : boolean,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- zoneName
Type: System.String
- active
Type: System.Boolean
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
.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.