LiveDnsCore.DeleteResourceRecordAsync Method (String, Guid, Object)
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, _
userState As Object _
)
public void DeleteResourceRecordAsync(
string ownerName,
Guid resourceRecordId,
Object userState
)
public:
void DeleteResourceRecordAsync(
String^ ownerName,
Guid resourceRecordId,
Object^ userState
)
member DeleteResourceRecordAsync :
ownerName:string *
resourceRecordId:Guid *
userState:Object -> unit
public function DeleteResourceRecordAsync(
ownerName : String,
resourceRecordId : Guid,
userState : Object
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- userState
Type: System.Object
.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.