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 Function BeginUpdateARecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
ipAddress As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateARecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
string ipAddress,
AsyncCallback callback,
Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginUpdateARecord(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
String^ ipAddress,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginUpdateARecord :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
ipAddress:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginUpdateARecord(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
ipAddress : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- ipAddress
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
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.