LiveDnsCore.DeleteResourceRecordAsync Method (String, Guid)
Namespace: Microsoft.TeamFoundation.Framework.Server
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
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
.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.