Freigeben über


LiveDnsCore.BeginUpdateDynamicDnsCertificate-Methode

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function BeginUpdateDynamicDnsCertificate ( _
    puid As ULong, _
    ownerName As String, _
    certificateExpires As Nullable(Of DateTime), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateDynamicDnsCertificate(
    ulong puid,
    string ownerName,
    Nullable<DateTime> certificateExpires,
    AsyncCallback callback,
    Object asyncState
)

Parameter

Rückgabewert

Typ: System.IAsyncResult

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace