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