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