LiveDnsCore.UpdateTxtRecordAsync-Methode (String, Guid, UInt32, array<String )
Diese API ist nicht CLS-kompatibel.
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
)
Parameter
- ownerName
Typ: System.String
- resourceRecordId
Typ: System.Guid
- ttl
Typ: System.UInt32
- txt
Typ: array<System.String[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.