LiveDnsCore.CancelDynamicDnsAsync Method (UInt64, String, 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 CancelDynamicDnsAsync ( _
    puid As ULong, _
    ownerName As String, _
    userState As Object _
)
[CLSCompliantAttribute(false)]
public void CancelDynamicDnsAsync(
    ulong puid,
    string ownerName,
    Object userState
)
[CLSCompliantAttribute(false)]
public:
void CancelDynamicDnsAsync(
    unsigned long long puid, 
    String^ ownerName, 
    Object^ userState
)
[<CLSCompliantAttribute(false)>]
member CancelDynamicDnsAsync : 
        puid:uint64 * 
        ownerName:string * 
        userState:Object -> unit
public function CancelDynamicDnsAsync(
    puid : ulong, 
    ownerName : String, 
    userState : Object
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

CancelDynamicDnsAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace