LiveDnsCore.BeginUpdateSrvRecord Method

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 Function BeginUpdateSrvRecord ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    priority As UShort, _
    weight As UShort, _
    port As UShort, _
    target As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateSrvRecord(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    ushort priority,
    ushort weight,
    ushort port,
    string target,
    AsyncCallback callback,
    Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginUpdateSrvRecord(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    unsigned short priority, 
    unsigned short weight, 
    unsigned short port, 
    String^ target, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginUpdateSrvRecord : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        priority:uint16 * 
        weight:uint16 * 
        port:uint16 * 
        target:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginUpdateSrvRecord(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    priority : ushort, 
    weight : ushort, 
    port : ushort, 
    target : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace