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