LiveDnsCore.UpdateMxRecord Method
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)> _
<SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateMxRecord", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateMxRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
mxHost As String, _
mxPriority As UShort _
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateMxRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateMxRecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
string mxHost,
ushort mxPriority
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/UpdateMxRecord", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void UpdateMxRecord(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
String^ mxHost,
unsigned short mxPriority
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateMxRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member UpdateMxRecord :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
mxHost:string *
mxPriority:uint16 -> unit
public function UpdateMxRecord(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
mxHost : String,
mxPriority : ushort
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- mxHost
Type: System.String
- mxPriority
Type: System.UInt16
.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.