LiveDnsCore.BeginCancelDynamicDns 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 BeginCancelDynamicDns ( _
puid As ULong, _
ownerName As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCancelDynamicDns(
ulong puid,
string ownerName,
AsyncCallback callback,
Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginCancelDynamicDns(
unsigned long long puid,
String^ ownerName,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginCancelDynamicDns :
puid:uint64 *
ownerName:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginCancelDynamicDns(
puid : ulong,
ownerName : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- puid
Type: System.UInt64
- ownerName
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
.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.