LiveDnsCore.BeginDeleteResourceRecord Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function BeginDeleteResourceRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginDeleteResourceRecord(
string ownerName,
Guid resourceRecordId,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginDeleteResourceRecord(
String^ ownerName,
Guid resourceRecordId,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginDeleteResourceRecord :
ownerName:string *
resourceRecordId:Guid *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginDeleteResourceRecord(
ownerName : String,
resourceRecordId : Guid,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
.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.