Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Delegate for receiving connection status updates.
using ConnectionStatusChangedEventHandler = std::function<void(Microsoft::Azure::RemoteRendering::ConnectionStatus, Microsoft::Azure::RemoteRendering::Result)>;
Applications use this type when registering events.
For more information on std::function, see the reference for function class.
Parameters
| Name | Type | Description |
|---|---|---|
status |
ConnectionStatus | The new connection status. |
error |
Result | Additional error information in case of an unintended disconnect. |