LiveDnsCore.BeginUpdateDynamicDns Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function BeginUpdateDynamicDns ( _
ownerName As String, _
secretKey As Byte(), _
ipAddress As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginUpdateDynamicDns(
string ownerName,
byte[] secretKey,
string ipAddress,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginUpdateDynamicDns(
String^ ownerName,
array<unsigned char>^ secretKey,
String^ ipAddress,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginUpdateDynamicDns :
ownerName:string *
secretKey:byte[] *
ipAddress:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginUpdateDynamicDns(
ownerName : String,
secretKey : byte[],
ipAddress : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- ownerName
Type: System.String
- secretKey
Type: array<System.Byte[]
- ipAddress
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.