Aracılığıyla paylaş


Delegate TokenRequiredEventHandler

Informs the application that a remote rendering client requires an updated access token or authentication token.

using TokenRequiredEventHandler = std::function<void(void*, ApiHandle<Microsoft::Azure::RemoteRendering::TokenRequiredEventArgs> const&)>;

Applications use this type when registering events.

For more information on std::function, see the reference for function class.

Parameters

Name Type Description
sender object The client that requires an updated access token or authentication token.
args TokenRequiredEventArgs The event arguments that require an AccessToken property or an AuthenticationToken property to be set.

See also