Share via


BeginChangeCertificate Method (X509Certificate, AsyncCallback, Object)

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function BeginChangeCertificate ( _
    certificate As X509Certificate, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As CollaborationPlatform
Dim certificate As X509Certificate
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginChangeCertificate(certificate, _
    userCallback, state)
public IAsyncResult BeginChangeCertificate(
    X509Certificate certificate,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

BeginChangeCertificate Overload

Microsoft.Rtc.Collaboration Namespace