LocalEndpoint.EndGetProvisioningData(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.
Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
public:
Microsoft::Rtc::Collaboration::Presence::ProvisioningData ^ EndGetProvisioningData(IAsyncResult ^ result);
public Microsoft.Rtc.Collaboration.Presence.ProvisioningData EndGetProvisioningData (IAsyncResult result);
member this.EndGetProvisioningData : IAsyncResult -> Microsoft.Rtc.Collaboration.Presence.ProvisioningData
Public Function EndGetProvisioningData (result As IAsyncResult) As ProvisioningData
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Returns
The provisioning data corresponding to the URI of the endpoint.
Exceptions
Thrown when the result
parameter is null.
Thrown when the result
parameter is invalid.
Thrown when a bad notification message is encountered.
Thrown when this operation failed for other reasons.