LiveDnsCore.CreateSrvRecordAsync Method (String, String, UInt32, UInt16, UInt16, UInt16, String, Boolean, Object)

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 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
)
[CLSCompliantAttribute(false)]
public:
void CreateSrvRecordAsync(
    String^ zoneName, 
    String^ ownerName, 
    unsigned int ttl, 
    unsigned short priority, 
    unsigned short weight, 
    unsigned short port, 
    String^ target, 
    bool deleteExisting, 
    Object^ userState
)
[<CLSCompliantAttribute(false)>]
member CreateSrvRecordAsync : 
        zoneName:string * 
        ownerName:string * 
        ttl:uint32 * 
        priority:uint16 * 
        weight:uint16 * 
        port:uint16 * 
        target:string * 
        deleteExisting:bool * 
        userState:Object -> unit
public function CreateSrvRecordAsync(
    zoneName : String, 
    ownerName : String, 
    ttl : uint, 
    priority : ushort, 
    weight : ushort, 
    port : ushort, 
    target : String, 
    deleteExisting : boolean, 
    userState : Object
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

CreateSrvRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace