LiveDnsCore.CreateSrvRecordAsync (Método) (String, String, UInt32, UInt16, UInt16, UInt16, String, Boolean, Object)
Esta API no es conforme a CLS.
Espacio de nombres: Microsoft.TeamFoundation.Framework.Server.Alm
Ensamblado: Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Sub CreateSrvRecordAsync ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
priority As UShort, _
weight As UShort, _
port As UShort, _
target As String, _
deleteExisting As Boolean, _
userState As Object _
)
[CLSCompliantAttribute(false)]
public void CreateSrvRecordAsync(
string zoneName,
string ownerName,
uint ttl,
ushort priority,
ushort weight,
ushort port,
string target,
bool deleteExisting,
Object userState
)
Parámetros
- zoneName
Tipo: System.String
- ownerName
Tipo: System.String
- ttl
Tipo: System.UInt32
- priority
Tipo: System.UInt16
- weight
Tipo: System.UInt16
- port
Tipo: System.UInt16
- target
Tipo: System.String
- deleteExisting
Tipo: System.Boolean
- userState
Tipo: System.Object
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
CreateSrvRecordAsync (Sobrecarga)
Microsoft.TeamFoundation.Framework.Server.Alm (Espacio de nombres)