LiveDnsCore.UpdateSrvRecordAsync Method (String, Guid, UInt32, UInt16, UInt16, UInt16, 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 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
)
[CLSCompliantAttribute(false)]
public:
void UpdateSrvRecordAsync(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
unsigned short priority,
unsigned short weight,
unsigned short port,
String^ target
)
[<CLSCompliantAttribute(false)>]
member UpdateSrvRecordAsync :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
priority:uint16 *
weight:uint16 *
port:uint16 *
target:string -> unit
public function UpdateSrvRecordAsync(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
priority : ushort,
weight : ushort,
port : ushort,
target : String
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- priority
Type: System.UInt16
- weight
Type: System.UInt16
- port
Type: System.UInt16
- target
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.