LiveDnsCore.BeginListResourceRecordsByOwnerName Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
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
- ownerName
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.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.