Freigeben über


NDClient.ReRegistrationAsync(INDCustomData) Methode

Definition

Führt eine Näherungserkennung und erneute Registrierung zwischen einem Clientempfänger und einem Sender aus.

public:
 virtual IAsyncAction ^ ReRegistrationAsync(INDCustomData ^ registrationCustomData) = ReRegistrationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReRegistrationAsync(INDCustomData const& registrationCustomData);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IAsyncAction ReRegistrationAsync(INDCustomData const& registrationCustomData);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReRegistrationAsync(INDCustomData registrationCustomData);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("INDClient is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction ReRegistrationAsync(INDCustomData registrationCustomData);
function reRegistrationAsync(registrationCustomData)
Public Function ReRegistrationAsync (registrationCustomData As INDCustomData) As IAsyncAction

Parameter

registrationCustomData
INDCustomData

Benutzerdefinierte Daten für die Registrierungsanforderung.

Gibt zurück

Das Ergebnis des asynchronen Erneutregistrierungsaufrufs.

Attribute

Hinweise

Das PrND-Protokoll (PlayReady Network Device) erfordert, dass sich ein Empfänger innerhalb von 48 Stunden nach einer erfolgreichen Näherungserkennung erneut bei einem Sender registriert, damit der Empfänger weiterhin geschützte Daten vom Sender empfangen kann. Eine App sollte diese Methode sofort aufrufen, nachdem sie ein ReRegistrationNeeded-Ereignis empfangen hat .

Gilt für: