LiveDnsCore.BeginListResourceRecordsByOwnerName Method

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

Syntax

'Declaration
Public Function BeginListResourceRecordsByOwnerName ( _
    ownerName As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginListResourceRecordsByOwnerName(
    string ownerName,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginListResourceRecordsByOwnerName(
    String^ ownerName, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginListResourceRecordsByOwnerName : 
        ownerName:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginListResourceRecordsByOwnerName(
    ownerName : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace