LiveDnsCore.UpdateSrvRecordAsync-Methode (String, Guid, UInt32, UInt16, UInt16, UInt16, 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 UpdateSrvRecordAsync ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
priority As UShort, _
weight As UShort, _
port As UShort, _
target As String _
)
[CLSCompliantAttribute(false)]
public void UpdateSrvRecordAsync(
string ownerName,
Guid resourceRecordId,
uint ttl,
ushort priority,
ushort weight,
ushort port,
string target
)
Parameter
- ownerName
Typ: System.String
- resourceRecordId
Typ: System.Guid
- ttl
Typ: System.UInt32
- priority
Typ: System.UInt16
- weight
Typ: System.UInt16
- port
Typ: System.UInt16
- target
Typ: 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.