LiveDnsCore.UpdateARecordAsync Method (String, Guid, UInt32, String)
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub UpdateARecordAsync ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
ipAddress As String _
)
[CLSCompliantAttribute(false)]
public void UpdateARecordAsync(
string ownerName,
Guid resourceRecordId,
uint ttl,
string ipAddress
)
[CLSCompliantAttribute(false)]
public:
void UpdateARecordAsync(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
String^ ipAddress
)
[<CLSCompliantAttribute(false)>]
member UpdateARecordAsync :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
ipAddress:string -> unit
public function UpdateARecordAsync(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
ipAddress : String
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- ipAddress
Type: System.String
.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.