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