Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
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
- puid
Type: System.UInt64
- ownerName
Type: System.String
- userState
Type: System.Object
.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.