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
- puid
Typ: System.UInt64
- ownerName
Typ: System.String
- certificateExpires
Typ: System.Nullable<DateTime>
- callback
Typ: System.AsyncCallback
- asyncState
Typ: System.Object
Rückgabewert
Typ: System.IAsyncResult
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.