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