CollaborationPlatform.EndStartup(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 EndStartup(IAsyncResult ^ result);
public void EndStartup (IAsyncResult result);
member this.EndStartup : IAsyncResult -> unit
Public Sub EndStartup (result As IAsyncResult)
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Thrown when the result
parameter is null.
Thrown when the result
parameter is invalid.
Thrown when the platform is already started or terminated.
Thrown when the certificate is invalid or otherwise unusable.
Thrown when the platform could not listen on any of the configured IP endpoints. Check if some other process is already using the port.
Thrown when provisioning data could not be retrieved or was unusable.
Thrown when this operation failed for other reasons.