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.
Determines 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 Function EndGetProvisioningData ( _
result As IAsyncResult _
) As ProvisioningData
'Usage
Dim instance As LocalEndpoint
Dim result As IAsyncResult
Dim returnValue As ProvisioningData
returnValue = instance.EndGetProvisioningData(result)
public ProvisioningData EndGetProvisioningData(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: Microsoft.Rtc.Collaboration.Presence.ProvisioningData
The provisioning data corresponding to the URI of the endpoint.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the result parameter is null. |
| ArgumentException | Thrown when the result parameter is invalid. |
| PublishSubscribeException | Thrown when a bad notification message is encountered. |
| RealTimeException | Thrown when this operation failed for other reasons. |