Share via


LiveDnsCore.DeleteResourceRecordAsync Method (String, Guid)

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub DeleteResourceRecordAsync ( _
    ownerName As String, _
    resourceRecordId As Guid _
)
public void DeleteResourceRecordAsync(
    string ownerName,
    Guid resourceRecordId
)
public:
void DeleteResourceRecordAsync(
    String^ ownerName, 
    Guid resourceRecordId
)
member DeleteResourceRecordAsync : 
        ownerName:string * 
        resourceRecordId:Guid -> unit
public function DeleteResourceRecordAsync(
    ownerName : String, 
    resourceRecordId : Guid
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

DeleteResourceRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace