Share via


IDeleteLicenseHandler.ProcessDeleteLicenseDataAsync Method

Definition

Service implemented method handling the incoming delete license data from clients.

public System.Threading.Tasks.Task<Microsoft.Media.Drm.DeleteLicenseDataResponse> ProcessDeleteLicenseDataAsync (Microsoft.Media.Drm.IDeleteLicenseDataChallenge data);
abstract member ProcessDeleteLicenseDataAsync : Microsoft.Media.Drm.IDeleteLicenseDataChallenge -> System.Threading.Tasks.Task<Microsoft.Media.Drm.DeleteLicenseDataResponse>
Public Function ProcessDeleteLicenseDataAsync (data As IDeleteLicenseDataChallenge) As Task(Of DeleteLicenseDataResponse)

Parameters

data
IDeleteLicenseDataChallenge

Parsed challenge containing delete license data from the client.

Returns

The DeleteLicenseDataResponse to be returned to the client

Applies to