EndChangeCertificate Method

Finishes the operation started by BeginChangeCertificate.

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

Syntax

'Declaration
Public Sub EndChangeCertificate ( _
    result As IAsyncResult _
)
'Usage
Dim instance As CollaborationPlatform
Dim result As IAsyncResult

instance.EndChangeCertificate(result)
public void EndChangeCertificate(
    IAsyncResult result
)

Parameters

Remarks

Exceptions

[cref][T:Microsoft.Rtc.Signaling.ConnectionFailureException]: Thrown when unable to listen on the active IP EndPoint.

[cref][T:Microsoft.Rtc.Signaling.OperationTimeoutException]: Thrown when the start or stop operation timed out.

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: Thrown when the operation failed.

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

Microsoft.Rtc.Collaboration Namespace