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