LiveDnsCore.CreateARecordAsync Method (String, String, UInt32, String, Boolean)

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 Sub CreateARecordAsync ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    ipAddress As String, _
    deleteExisting As Boolean _
)
[CLSCompliantAttribute(false)]
public void CreateARecordAsync(
    string zoneName,
    string ownerName,
    uint ttl,
    string ipAddress,
    bool deleteExisting
)
[CLSCompliantAttribute(false)]
public:
void CreateARecordAsync(
    String^ zoneName, 
    String^ ownerName, 
    unsigned int ttl, 
    String^ ipAddress, 
    bool deleteExisting
)
[<CLSCompliantAttribute(false)>]
member CreateARecordAsync : 
        zoneName:string * 
        ownerName:string * 
        ttl:uint32 * 
        ipAddress:string * 
        deleteExisting:bool -> unit
public function CreateARecordAsync(
    zoneName : String, 
    ownerName : String, 
    ttl : uint, 
    ipAddress : String, 
    deleteExisting : boolean
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

CreateARecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace