Edit

Share via


CollaborationPlatform.EndChangeCertificate(IAsyncResult) Method

Definition

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

public:
 void EndChangeCertificate(IAsyncResult ^ result);
public void EndChangeCertificate (IAsyncResult result);
member this.EndChangeCertificate : IAsyncResult -> unit
Public Sub EndChangeCertificate (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when listening failed on the active IP EndPoint.

Thrown when the start or stop operation timed out.

Thrown when the operation failed.

Applies to