CollaborationPlatform.EndChangeCertificate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.