LiveDnsCore.UpdateCNameRecordAsync Method (String, Guid, UInt32, String)

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 UpdateCNameRecordAsync ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    cName As String _
)
[CLSCompliantAttribute(false)]
public void UpdateCNameRecordAsync(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string cName
)
[CLSCompliantAttribute(false)]
public:
void UpdateCNameRecordAsync(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    String^ cName
)
[<CLSCompliantAttribute(false)>]
member UpdateCNameRecordAsync : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        cName:string -> unit
public function UpdateCNameRecordAsync(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    cName : String
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

UpdateCNameRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace