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