LiveDnsCore.ListResourceRecordsByOwnerNameAsync Method (String, Object)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub ListResourceRecordsByOwnerNameAsync ( _
ownerName As String, _
userState As Object _
)
public void ListResourceRecordsByOwnerNameAsync(
string ownerName,
Object userState
)
public:
void ListResourceRecordsByOwnerNameAsync(
String^ ownerName,
Object^ userState
)
member ListResourceRecordsByOwnerNameAsync :
ownerName:string *
userState:Object -> unit
public function ListResourceRecordsByOwnerNameAsync(
ownerName : String,
userState : Object
)
Parameters
- ownerName
Type: System.String
- 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.