LiveDnsCore.EndUpdateARecord Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub EndUpdateARecord ( _
asyncResult As IAsyncResult _
)
public void EndUpdateARecord(
IAsyncResult asyncResult
)
public:
void EndUpdateARecord(
IAsyncResult^ asyncResult
)
member EndUpdateARecord :
asyncResult:IAsyncResult -> unit
public function EndUpdateARecord(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.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.