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