Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndStartup ( _
result As IAsyncResult _
)
'Usage
Dim instance As CollaborationPlatform
Dim result As IAsyncResult
instance.EndStartup(result)
public void EndStartup(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the result parameter is null. |
| ArgumentException | Thrown when the result parameter is invalid. |
| OperationFailureException | Thrown when the platform is already started or terminated. |
| TlsFailureException | Thrown when the certificate is invalid or otherwise unusable. |
| ConnectionFailureException | Thrown when the platform could not listen on any of the configured IP endpoints. Check if some other process is already using the port. |
| ProvisioningFailureException | Thrown when provisioning data could not be retrieved or was unusable. |
| RealTimeException | Thrown when this operation failed for other reasons. |