LiveDnsCore.BeginCreateCNameRecord Method
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Function BeginCreateCNameRecord ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
cName As String, _
deleteExisting As Boolean, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCreateCNameRecord(
string zoneName,
string ownerName,
uint ttl,
string cName,
bool deleteExisting,
AsyncCallback callback,
Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginCreateCNameRecord(
String^ zoneName,
String^ ownerName,
unsigned int ttl,
String^ cName,
bool deleteExisting,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginCreateCNameRecord :
zoneName:string *
ownerName:string *
ttl:uint32 *
cName:string *
deleteExisting:bool *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginCreateCNameRecord(
zoneName : String,
ownerName : String,
ttl : uint,
cName : String,
deleteExisting : boolean,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- zoneName
Type: System.String
- ownerName
Type: System.String
- ttl
Type: System.UInt32
- cName
Type: System.String
- deleteExisting
Type: System.Boolean
- 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.