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