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.
Raised when a failure occurs while applying or accessing provisioning information.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ProvisioningFailed As EventHandler(Of ProvisioningFailedEventArgs)
'Usage
Dim instance As CollaborationPlatform
Dim handler As EventHandler(Of ProvisioningFailedEventArgs)
AddHandler instance.ProvisioningFailed, handler
public event EventHandler<ProvisioningFailedEventArgs> ProvisioningFailed
Remarks
Even when this event occurs, all efforts will be made to keep application running with current provisioning information. The application should surface the failure for the administrator to take corrective action.