Partager via


IDomainHandler.HandleLeaveDomainAsync(ILeaveDomainChallenge) Méthode

Définition

Méthode implémentée par le service qui gère les demandes de congé de domaine.

public System.Threading.Tasks.Task<Microsoft.Media.Drm.LeaveDomainResponse> HandleLeaveDomainAsync (Microsoft.Media.Drm.ILeaveDomainChallenge data);
abstract member HandleLeaveDomainAsync : Microsoft.Media.Drm.ILeaveDomainChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.LeaveDomainResponse>
Public Function HandleLeaveDomainAsync (data As ILeaveDomainChallenge) As Task(Of LeaveDomainResponse)

Paramètres

data
ILeaveDomainChallenge

ILeaveDomainChallenge Analyse reçue du client.

Retours

LeaveDomainResponse à retourner au client.

Remarques

Si le client est connu, l’implémentation doit mettre à jour les données métier sur le client et le domaine auquel appartient le client ; sinon, l’implémentation doit lever UnknownAccountException.

S’applique à